Skip to content

Commit

Permalink
Added location information in the Appended print
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Sep 8, 2023
1 parent 648c638 commit 3ee676d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/slice.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ func (sl *Slice) Append(header *types.Header, domPendingHeader *types.Header, do
"uncles", len(block.Uncles()), "txs", len(block.Transactions()), "etxs", len(block.ExtTransactions()), "gas", block.GasUsed(),
"root", block.Root(),
"order", order,
"location", block.Header().Location(),
"elapsed", common.PrettyDuration(time.Since(start)))

if nodeCtx == common.ZONE_CTX {
Expand Down

0 comments on commit 3ee676d

Please sign in to comment.