From 01ab2e653bb31e663180e42d9a887eebdbcbbaa3 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 18 May 2022 20:57:23 -0400 Subject: [PATCH] remove unused bool --- internal/consensus/state.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internal/consensus/state.go b/internal/consensus/state.go index 28e722ba5..83a760287 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -122,9 +122,8 @@ type State struct { // store blocks and commits blockStore sm.BlockStore - stateStore sm.Store - initialStatePopulated bool - skipBootstrapping bool + stateStore sm.Store + skipBootstrapping bool // create and execute blocks blockExec *sm.BlockExecutor