This commit is contained in:
jl777
2018-04-20 13:20:26 +03:00
parent e16d22ee0f
commit dd66e3af3a
2 changed files with 2 additions and 2 deletions

View File

@@ -767,7 +767,7 @@ void static BitcoinMiner()
static uint32_t counter;
if ( counter++ < 100 && ASSETCHAINS_STAKED == 0 )
fprintf(stderr,"created illegal block, retry\n");
sleep(1);
sleep(3);
continue;
}
unique_ptr<CBlockTemplate> pblocktemplate(ptr);