We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b5132 + 006c80a commit c5bde97Copy full SHA for c5bde97
fvm/evm/handler/handler.go
@@ -356,7 +356,7 @@ func (h *ContractHandler) commitBlockProposal() error {
356
// log evm block commitment
357
logger := h.backend.Logger()
358
logger.Info().
359
- Uint64("height", bp.Height).
+ Uint64("evm_height", bp.Height).
360
Int("tx_count", len(bp.TxHashes)).
361
Uint64("total_gas_used", bp.TotalGasUsed).
362
Uint64("total_supply", bp.TotalSupply.Uint64()).
0 commit comments