Skip to content

Commit fc75118

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/masternode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void CMasternode::Check(bool fForce)
248248
bool fWatchdogExpired = false;
249249

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

253253

254254
if(fWatchdogExpired) {

0 commit comments

Comments
 (0)