mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-25 22:59:00 +00:00
Set minimum protocol version to 70003 so connections to pre-1.8 clients are rejected.
This commit is contained in:
parent
426cf0bf02
commit
5d718e5456
@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70003;
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
||||
// disconnect from peers older than this proto version
|
||||
static const int MIN_PEER_PROTO_VERSION = 70002;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70003;
|
||||
|
||||
// nTime field added to CAddress, starting with this version;
|
||||
// if possible, avoid requesting addresses nodes older than this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user