test
This commit is contained in:
@@ -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");
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user