mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
bump MIN_POOL_PEER_PROTO_VERSION manually
This commit is contained in:
parent
63ae382c72
commit
8051f73446
@ -22,7 +22,7 @@ static const int GETHEADERS_VERSION = 70076;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70066;
|
||||
|
||||
//! minimum peer version accepted by DarksendPool
|
||||
static const int MIN_POOL_PEER_PROTO_VERSION = 70075;
|
||||
static const int MIN_POOL_PEER_PROTO_VERSION = 70076;
|
||||
|
||||
//! nTime field added to CAddress, starting with this version;
|
||||
//! if possible, avoid requesting addresses nodes older than this
|
||||
|
Loading…
Reference in New Issue
Block a user