From 061b92690132f75338d09c835e1e6d2b9985bad8 Mon Sep 17 00:00:00 2001 From: sanaz Date: Wed, 16 Aug 2023 13:33:42 -0700 Subject: [PATCH] makes a comment --- consensus/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/state.go b/consensus/state.go index 9b31253856..a972b3a1cd 100644 --- a/consensus/state.go +++ b/consensus/state.go @@ -1712,6 +1712,7 @@ func (cs *State) finalizeCommit(height int64) { // must be called before we update state cs.recordMetrics(height, block) + // trace some metadata about the block schema.WriteBlock(cs.traceClient, block.Header.Height, block.Header.Time) // NewHeightStep!