Skip to content

Commit

Permalink
Disable Debug Line
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored Sep 3, 2018
1 parent dfb3ea2 commit 4cc8056
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/masternode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4cc8056

Please sign in to comment.