From 6cbc508c7acc7c40784e53dc3ffda625240c015f Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 28 Oct 2016 16:40:56 -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 822d36a05..910d9fc04 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -495,7 +495,7 @@ void static BitcoinMiner(CWallet *pwallet) { // 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"); + //fprintf(stderr,"Wait for peers...\n"); do { bool fvNodesEmpty; { @@ -506,7 +506,7 @@ void static BitcoinMiner(CWallet *pwallet) break; MilliSleep(1000); } while (true); - fprintf(stderr,"Found peers\n"); + //fprintf(stderr,"Found peers\n"); } //fprintf(stderr,"create new block\n"); //