This commit is contained in:
jl777
2018-04-16 22:52:25 +03:00
parent e9e70b9544
commit 2ad1015fe7
2 changed files with 4 additions and 4 deletions

View File

@@ -492,9 +492,9 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
CValidationState state;
if ( !TestBlockValidity(state, *pblock, pindexPrev, false, false))
{
static uint32_t counter;
//static uint32_t counter;
//if ( counter++ < 100 && ASSETCHAINS_STAKED == 0 )
fprintf(stderr,"warning: miner testblockvalidity failed\n");
//fprintf(stderr,"warning: miner testblockvalidity failed\n");
return(0);
}
}