This commit is contained in:
jl777
2016-11-08 19:18:51 -03:00
parent 2b03a458b9
commit d90d2be52c

View File

@@ -716,7 +716,7 @@ void static BitcoinMiner(CWallet *pwallet)
// Regtest mode doesn't require peers
if (vNodes.empty() && chainparams.MiningRequiresPeers())
{
if ( ASSETCHAINS_SYMBOL[0] != 0 )
if ( ASSETCHAINS_SYMBOL[0] == 0 || Mining_height < 100 )
printf("no nodes, break\n");
break;
}