mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
chore: bump MIN_PEER_PROTO_VERSION
to 70216
This commit is contained in:
parent
ee4115e734
commit
4602e09751
4
doc/release-notes-6281.md
Normal file
4
doc/release-notes-6281.md
Normal file
@ -0,0 +1,4 @@
|
||||
P2P and Network Changes
|
||||
-----------------------
|
||||
|
||||
`MIN_PEER_PROTO_VERSION` has been bumped to `70216`
|
@ -17,7 +17,7 @@ static const int PROTOCOL_VERSION = 70234;
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
||||
//! disconnect from peers older than this proto version
|
||||
static const int MIN_PEER_PROTO_VERSION = 70215;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70216;
|
||||
|
||||
//! minimum proto version of masternode to accept in DKGs
|
||||
static const int MIN_MASTERNODE_PROTO_VERSION = 70233;
|
||||
|
Loading…
Reference in New Issue
Block a user