From ed489302cf296ab8d9ad58cf0b49f147f37214ab Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 24 Jul 2014 11:25:40 -0700 Subject: [PATCH] incorrect protocol version --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;