Skip to content

Commit 006c80a

Browse files
committed
update height in comment
1 parent a4b5132 commit 006c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvm/evm/handler/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func (h *ContractHandler) commitBlockProposal() error {
356356
// log evm block commitment
357357
logger := h.backend.Logger()
358358
logger.Info().
359-
Uint64("height", bp.Height).
359+
Uint64("evm_height", bp.Height).
360360
Int("tx_count", len(bp.TxHashes)).
361361
Uint64("total_gas_used", bp.TotalGasUsed).
362362
Uint64("total_supply", bp.TotalSupply.Uint64()).

0 commit comments

Comments
 (0)