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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
yihuang
changed the title
logIndex should be log index in block rather than in tx
logIndex should be set to the index in the block rather than tx
Jul 21, 2021
System info: ethermint main branch
Steps to reproduce:
https://github.com/tharsis/ethermint/blob/main/x/evm/keeper/statedb.go#L595
Expected behavior:
log.Index
should be set to the index of log in the whole blockActual behavior:
log.Index
is set to the index of log in the txAdditional info:
go-ethereum: https://github.com/ethereum/go-ethereum/blob/master/core/state/statedb.go#L190
The text was updated successfully, but these errors were encountered: