mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Hotfix for version.h
This commit is contained in:
parent
bb31919f9c
commit
9cc07aec1c
@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70052;
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
||||
// disconnect from peers older than this proto version
|
||||
static const int MIN_PEER_PROTO_VERSION = 70046
|
||||
static const int MIN_PEER_PROTO_VERSION = 70046;
|
||||
|
||||
// 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