Skip to content

Commit 4cc8056

Browse files
author
Chris
authored
Disable Debug Line
1 parent dfb3ea2 commit 4cc8056

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/masternode.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,9 @@ bool CMasternodePayments::ProcessBlock(int nBlockHeight)
460460
if(nBlockHeight <= nLastBlockHeight){
461461
LogPrintf(" error::nBlockHeight <= nLastBlockHeight %d. \n", nBlockHeight);
462462
return false;}
463-
if(!enabled){ LogPrintf(" error::notenabled");
464-
return false;
463+
if(!enabled){
464+
//LogPrintf(" error::notenabled");
465+
return false;
465466
}
466467
CMasternodePaymentWinner newWinner;
467468
int nMinimumAge = mnodeman.CountEnabled();

0 commit comments

Comments
 (0)