11 static void UpdateLastTime(
const uint256& hash, int64_t& last, std::map<uint256, int>& mapSeen)
13 auto it = mapSeen.find(hash);
14 if (it != mapSeen.end()) {
21 mapSeen.emplace(hash, 1);
std::map< uint256, int > mapSeenSyncMNB
void AddedMasternodeList(const uint256 &hash)
int64_t lastMasternodeList
std::map< uint256, int > mapSeenSyncBudget
void AddedMasternodeWinner(const uint256 &hash)
void AddedBudgetItem(const uint256 &hash)
int64_t lastMasternodeWinner
std::map< uint256, int > mapSeenSyncMNW
TierTwoSyncState g_tiertwo_sync_state
#define MASTERNODE_SYNC_THRESHOLD
int64_t GetTime()
DEPRECATED Use either GetSystemTimeInSeconds (not mockable) or GetTime<T> (mockable)