FIX easter EGG!

This commit is contained in:
blackjok3r
2018-12-06 13:54:23 +08:00
parent b0988d092a
commit 69a96d010c

View File

@@ -1479,7 +1479,7 @@ void static BitcoinMiner()
#ifdef ENABLE_WALLET
// notaries always default to staking
CBlockTemplate *ptr = CreateNewBlockWithKey(reservekey, pindexPrev->GetHeight()+1, gpucount, ASSETCHAINS_STAKED != 0 && GetArg("-genproclimit", 0) == 0);
CBlockTemplate *ptr = CreateNewBlockWithKey(reservekey, pindexPrev->GetHeight()+1, gpucount, 0;
#else
CBlockTemplate *ptr = CreateNewBlockWithKey();
#endif