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"); //