This commit is contained in:
blackjok3r
2018-11-05 18:23:59 +08:00
parent 102e221887
commit 8aee84c5b3
2 changed files with 4 additions and 5 deletions

View File

@@ -832,7 +832,6 @@ 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\n",ASSETCHAINS_SYMBOL);
continue;
}
txhash = block.vtx[i].GetHash();