From 3ee676d542389da03d5478edf1453e7493049e59 Mon Sep 17 00:00:00 2001 From: gop Date: Fri, 8 Sep 2023 10:18:32 -0500 Subject: [PATCH] Added location information in the Appended print --- core/slice.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/slice.go b/core/slice.go index 5e54ec563d..d25339e72a 100644 --- a/core/slice.go +++ b/core/slice.go @@ -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 {