From 006c80a5f1b382eb40259c927819cdbf7a80c7b4 Mon Sep 17 00:00:00 2001 From: "Leo Zhang (zhangchiqing)" Date: Tue, 19 Nov 2024 16:47:11 -0800 Subject: [PATCH] update height in comment --- fvm/evm/handler/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()).