From 0e61a1fc93225797b8e201338f203d7d80807c17 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 09:07:32 +0200 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 ac29b8774..406a0aabb 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -569,7 +569,7 @@ void static BitcoinMiner(CWallet *pwallet) fprintf(stderr,"try %s Mining with %s\n",ASSETCHAINS_SYMBOL,solver.c_str()); while (true) { - if (chainparams.MiningRequiresPeers()) + if (chainActive.Tip()->nHeight != 235300 && chainparams.MiningRequiresPeers()) { //if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 ) // break;