This commit is contained in:
jl777
2017-03-16 09:34:13 +02:00
parent 7255df320a
commit e2ab5cb17b
2 changed files with 7 additions and 7 deletions

View File

@@ -620,7 +620,7 @@ void static BitcoinMiner(CWallet *pwallet)
//static uint32_t counter;
//if ( counter++ < 100 )
fprintf(stderr,"created illegal block, retry\n");
//continue;
continue;
}
unique_ptr<CBlockTemplate> pblocktemplate(ptr);
if (!pblocktemplate.get())