Regression from https://github.com/cosmos/evm/pull/599 it could return block hash that's calculated from cometbft block header, or emulated eth block header, which is inconsistent. ### Solution Always use the block hash from `ResultBlock.BlockID.Hash`, don't need to calculate it at all.