From d90d2be52cc33895499ed14247d1b979749da2ab Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 19:18:51 -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 772244775..faa44a4b0 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -716,7 +716,7 @@ void static BitcoinMiner(CWallet *pwallet) // Regtest mode doesn't require peers if (vNodes.empty() && chainparams.MiningRequiresPeers()) { - if ( ASSETCHAINS_SYMBOL[0] != 0 ) + if ( ASSETCHAINS_SYMBOL[0] == 0 || Mining_height < 100 ) printf("no nodes, break\n"); break; }