Skip to content

Commit 9ff4322

Browse files
author
limxdev
committed
Merge branch '0.9.8.x' of https://github.com/LIMXTEC/BitCore into 0.9.8.x
2 parents cc5cb5d + fc75118 commit 9ff4322

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)