mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
incorrect protocol version
This commit is contained in:
parent
9f9a067122
commit
ed489302cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user