diff --git a/src/clientversion.h b/src/clientversion.h index 781a759ac9..7410193641 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 9 #define CLIENT_VERSION_REVISION 4 -#define CLIENT_VERSION_BUILD 6 +#define CLIENT_VERSION_BUILD 7 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/main.cpp b/src/main.cpp index 40e708d6b8..27966159a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3889,7 +3889,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) if (pfrom->nVersion >= darkSendPool.MIN_PEER_PROTO_VERSION) { - if(RequestedMasterNodeList <= 5) { + if(RequestedMasterNodeList <= 50) { bool fIsInitialDownload = IsInitialBlockDownload(); if(!fIsInitialDownload) { pfrom->PushMessage("dseg");