remove unused bool

This commit is contained in:
William Banfield
2022-05-18 20:57:23 -04:00
parent bff21bafbf
commit 01ab2e653b

View File

@@ -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