mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Allow last ping time to be updated for masternodes in the EXPIRED state (#1083)
This commit is contained in:
parent
9db6b97979
commit
cce7896d70
@ -628,7 +628,7 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData
|
||||
LogPrint("masternode", "mnp - Masternode ping, vin: %s new\n", mnp.vin.ToString());
|
||||
|
||||
int nDos = 0;
|
||||
if(mnp.CheckAndUpdate(nDos)) return;
|
||||
if(mnp.CheckAndUpdate(nDos, false)) return;
|
||||
|
||||
if(nDos > 0) {
|
||||
// if anything significant failed, mark that node
|
||||
|
Loading…
Reference in New Issue
Block a user