From 00d3ca5bbbaf53fd150917ad238b8f7e44be9adf Mon Sep 17 00:00:00 2001 From: Adam Tucker Date: Wed, 19 Jun 2024 11:28:58 -0600 Subject: [PATCH] lint --- consensus/state.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consensus/state.go b/consensus/state.go index 676d1d481d..00af583042 100644 --- a/consensus/state.go +++ b/consensus/state.go @@ -141,8 +141,8 @@ type State struct { // for reporting metrics metrics *Metrics - // offline state sync height indicating to which height the node synced offline - offlineStateSyncHeight int64 + // // offline state sync height indicating to which height the node synced offline + // offlineStateSyncHeight int64 // a buffer to store the concatenated proposal block parts (serialization format) // should only be accessed under the cs.mtx lock