Merge pull request #206 from UdjinM6/v0.11.2.x_fix_dseep_missed_entry

V0.11.2.x fix dseep missed entry
This commit is contained in:
evan82 2015-02-27 06:48:41 -07:00
commit 99533d6779

View File

@ -576,7 +576,7 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData
LogPrintf("dseep - Asking source node for missing entry %s\n", vin.ToString().c_str());
pfrom->PushMessage("dseg", vin);
int64_t askAgain = GetTime()+(60*60*24);
int64_t askAgain = GetTime() + MASTERNODE_MIN_DSEEP_SECONDS;
mWeAskedForMasternodeListEntry[vin.prevout] = askAgain;
} else if (strCommand == "dseg") { //Get masternode list or specific entry