This commit is contained in:
jl777
2016-10-28 16:40:56 -03:00
parent ae381ffda4
commit 6cbc508c7a

View File

@@ -495,7 +495,7 @@ void static BitcoinMiner(CWallet *pwallet)
{ {
// Busy-wait for the network to come online so we don't waste time mining // 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. // 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 { do {
bool fvNodesEmpty; bool fvNodesEmpty;
{ {
@@ -506,7 +506,7 @@ void static BitcoinMiner(CWallet *pwallet)
break; break;
MilliSleep(1000); MilliSleep(1000);
} while (true); } while (true);
fprintf(stderr,"Found peers\n"); //fprintf(stderr,"Found peers\n");
} }
//fprintf(stderr,"create new block\n"); //fprintf(stderr,"create new block\n");
// //