diff --git a/apps/cic-eth/cic_eth/ext/tx.py b/apps/cic-eth/cic_eth/ext/tx.py index 799b076f..c201fe1e 100644 --- a/apps/cic-eth/cic_eth/ext/tx.py +++ b/apps/cic-eth/cic_eth/ext/tx.py @@ -194,6 +194,7 @@ def tx_collate(tx_batches, chain_spec_dict, offset, limit, newest_first=True, ve tx = verify_and_expand(tx, chain_spec) except UnknownContractError: logg.error('verify failed on tx {}, skipping'.format(tx['hash'])) + continue txs.append(tx) return txs