incorrect protocol version

This commit is contained in:
Evan Duffield 2014-07-24 11:25:40 -07:00
parent 9f9a067122
commit ed489302cf

View File

@ -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;