From 9bbd16c57dee25d7b9a2aa04f55a3017d983e417 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 Nov 2016 21:37:39 -0300 Subject: [PATCH] test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 0410930f1..5c15c37ea 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -558,7 +558,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;