From a96fd7b542c48662c1abc571792ac2d70eb1d143 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 14:30:02 -0300 Subject: [PATCH] test --- src/miner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miner.cpp b/src/miner.cpp index fffbee299..7f290770e 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -550,8 +550,8 @@ void static BitcoinMiner(CWallet *pwallet) { if (chainparams.MiningRequiresPeers()) { - if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 ) - break; + //if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 ) + // break; // Busy-wait for the network to come online so we don't waste time mining // on an obsolete chain. In regtest mode we expect to fly solo. //fprintf(stderr,"Wait for peers...\n");