fix for masternode voting discrepancies

This commit is contained in:
Evan Duffield 2014-05-25 11:56:44 -07:00
parent ae4e8ca613
commit 3b043c1381
2 changed files with 2 additions and 2 deletions

View File

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

View File

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