diff --git a/src/miner.cpp b/src/miner.cpp index 4db265393..c0d3420e6 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -551,7 +551,7 @@ void static BitcoinMiner(CWallet *pwallet) //fprintf(stderr,"try %s Mining with %s\n",ASSETCHAINS_SYMBOL,solver.c_str()); while (true) { - if (0 && chainparams.MiningRequiresPeers()) + if (chainparams.MiningRequiresPeers()) { //if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 ) // break;