Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jun 19, 2024
1 parent d62c5ef commit 00d3ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00d3ca5

Please sign in to comment.