bump MIN_INSTANTSEND_PROTO_VERSION to 70208 (#1650)

This commit is contained in:
UdjinM6 2017-09-22 04:52:35 +03:00 committed by GitHub
parent 72b221f745
commit 502748487d

View File

@ -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;