diff --git a/src/main.h b/src/main.h index 3327fc458a..ccf3524d31 100644 --- a/src/main.h +++ b/src/main.h @@ -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;