Skip to content

Commit 1cbc9ef

Browse files
author
limxdev
committed
Update masternode.cpp
1 parent fc75118 commit 1cbc9ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/masternode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ void CMasternode::Check(bool fForce)
247247
//bool fWatchdogExpired = (fWatchdogActive && ((GetAdjustedTime() - nTimeLastWatchdogVote) > MASTERNODE_WATCHDOG_MAX_SECONDS));
248248
bool fWatchdogExpired = false;
249249

250-
//LogPrint(BCLog::MASTERNODE, "CMasternode::Check -- outpoint=%s, nTimeLastWatchdogVote=%d, GetAdjustedTime()=%d, fWatchdogExpired=%d\n",
251-
// vin.prevout.ToStringShort(), nTimeLastWatchdogVote, GetAdjustedTime(), fWatchdogExpired);
250+
//LogPrint(BCLog::MASTERNODE, "CMasternode::Check -- outpoint=%s, nTimeLastWatchdogVote=%d, GetAdjustedTime()=%d, fWatchdogExpired=%d\n", vin.prevout.ToStringShort(), nTimeLastWatchdogVote, GetAdjustedTime(), fWatchdogExpired);
252251

253252

254253
if(fWatchdogExpired) {

0 commit comments

Comments
 (0)