diff --git a/fvm/evm/handler/handler.go b/fvm/evm/handler/handler.go index f2943b9243b..102ec960238 100644 --- a/fvm/evm/handler/handler.go +++ b/fvm/evm/handler/handler.go @@ -356,7 +356,7 @@ func (h *ContractHandler) commitBlockProposal() error { // log evm block commitment logger := h.backend.Logger() logger.Info(). - Uint64("height", bp.Height). + Uint64("evm_height", bp.Height). Int("tx_count", len(bp.TxHashes)). Uint64("total_gas_used", bp.TotalGasUsed). Uint64("total_supply", bp.TotalSupply.Uint64()).