You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for blockResult in blockResults:
for txResult in blockResult.TxDeliverResponses:
if txResult.code != txIndexer.get(txResult.txHash).code:
if txResult.code == 0:
# a success tx is overridden by a failure result, override the indexes by reindex the result
txIndexer.Index(txResult)
The text was updated successfully, but these errors were encountered:
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
May 30, 2022
The patch logic like this should work:
The text was updated successfully, but these errors were encountered: