try print

This commit is contained in:
blackjok3r
2018-11-05 19:48:36 +08:00
parent 76eb9a496e
commit 96c7f474b9
3 changed files with 19 additions and 17 deletions

View File

@@ -832,6 +832,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
for (i=0; i<txn_count; i++)
{
if ((is_STAKED(ASSETCHAINS_SYMBOL) != 0) && (STAKED_era(pindex->GetBlockTime()) == 0)) {
printf("ERA 0 SKIP %s getblocktime: %d pindex->nTime : %d\n",pindex->GetBlockTime(),pindex->nTime,ASSETCHAINS_SYMBOL);
continue;
}
txhash = block.vtx[i].GetHash();