Skip to content

Commit

Permalink
Merge pull request onflow#6743 from onflow/leo/update-height-comment
Browse files Browse the repository at this point in the history
update height in comment
  • Loading branch information
zhangchiqing authored Nov 21, 2024
2 parents a4b5132 + 006c80a commit c5bde97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/evm/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()).
Expand Down

0 comments on commit c5bde97

Please sign in to comment.