We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb3ea2 commit 4cc8056Copy full SHA for 4cc8056
1 file changed
src/masternode.cpp
@@ -460,8 +460,9 @@ bool CMasternodePayments::ProcessBlock(int nBlockHeight)
460
if(nBlockHeight <= nLastBlockHeight){
461
LogPrintf(" error::nBlockHeight <= nLastBlockHeight %d. \n", nBlockHeight);
462
return false;}
463
- if(!enabled){ LogPrintf(" error::notenabled");
464
- return false;
+ if(!enabled){
+ //LogPrintf(" error::notenabled");
465
+ return false;
466
}
467
CMasternodePaymentWinner newWinner;
468
int nMinimumAge = mnodeman.CountEnabled();
0 commit comments