From 4cc8056074b82c356f8184a84764afa2f8d852ad Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 3 Sep 2018 23:53:46 +0200 Subject: [PATCH] Disable Debug Line --- src/masternode.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/masternode.cpp b/src/masternode.cpp index 36e78cc3..a7f95d14 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -460,8 +460,9 @@ bool CMasternodePayments::ProcessBlock(int nBlockHeight) if(nBlockHeight <= nLastBlockHeight){ LogPrintf(" error::nBlockHeight <= nLastBlockHeight %d. \n", nBlockHeight); return false;} - if(!enabled){ LogPrintf(" error::notenabled"); - return false; + if(!enabled){ + //LogPrintf(" error::notenabled"); + return false; } CMasternodePaymentWinner newWinner; int nMinimumAge = mnodeman.CountEnabled();