Skip to content

Commit

Permalink
incorrect protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Jul 24, 2014
1 parent 9f9a067 commit ed48930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,7 @@ static const int64 POOL_FEE_AMOUNT = 0.025*COIN;
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70021;
static const int MIN_PEER_PROTO_VERSION = 70022;

CTxIn vinMasterNode;
CPubKey pubkeyMasterNode;
Expand Down

0 comments on commit ed48930

Please sign in to comment.