From 65adb21e388fbdc015d1fe43163dc275a8dc78d0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 15:02:26 -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 8637d719e..49cfadfda 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -504,7 +504,7 @@ void static BitcoinMiner(CWallet *pwallet) try { while (true) { - if (0&&chainparams.MiningRequiresPeers()) + if (chainparams.MiningRequiresPeers()) { // 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.