Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Oct 8, 2024
1 parent 3d3e574 commit 5d2cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polygon/sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (s *Sync) applyNewBlockOnTip(
s.logger.Debug(
syncLogPrefix("applying new block event"),
"blockNum", newBlockHeaderNum,
"blockHash", newBlockHeader.Hash(),
"blockHash", newBlockHeaderHash,
"source", event.Source,
"parentBlockHash", newBlockHeader.ParentHash,
)
Expand Down

0 comments on commit 5d2cfe5

Please sign in to comment.