This commit is contained in:
blackjok3r
2019-01-26 03:00:57 +08:00
parent 0875e0ecf1
commit 5131e12bd7

View File

@@ -535,7 +535,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
fprintf(stderr, "Block Arrived, reset staking loop.\n"); fprintf(stderr, "Block Arrived, reset staking loop.\n");
return(0); return(0);
} }
if( !GetBoolArg("-gen",false ) if( !GetBoolArg("-gen",false) )
return(0); return(0);
} }
} }