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
|
// 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");
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user