bump MIN_INSTANTSEND_PROTO_VERSION to 70208 (#1650)
This commit is contained in:
parent
72b221f745
commit
502748487d
@ -30,7 +30,7 @@ static const int DEFAULT_INSTANTSEND_DEPTH = 5;
|
||||
|
||||
static const int INSTANTSEND_TIMEOUT_SECONDS = 15;
|
||||
|
||||
static const int MIN_INSTANTSEND_PROTO_VERSION = 70206;
|
||||
static const int MIN_INSTANTSEND_PROTO_VERSION = 70208;
|
||||
|
||||
extern bool fEnableInstantSend;
|
||||
extern int nInstantSendDepth;
|
||||
|
Loading…
Reference in New Issue
Block a user