Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 21, 2024
1 parent 58c053b commit 49478a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions indexer/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ func (e *EVMIndexerImpl) ListenFinalizeBlock(ctx context.Context, req abci.Reque
}
}

// TODO - currently state changes are not supported in abci listener
// so we track cosmos block hash at x/evm endblocker.
// TODO - currently state changes are not supported in abci listener, so we track cosmos block hash at x/evm endblocker.
// - https://github.com/cosmos/cosmos-sdk/issues/22246
//
// err = e.evmKeeper.TrackBlockHash(sdkCtx, uint64(blockHeight), blockHash)
// if err != nil {
// e.logger.Error("failed to track block hash", "err", err)
Expand Down

0 comments on commit 49478a7

Please sign in to comment.