vote extensions

This commit is contained in:
Callum Waters
2022-10-16 17:32:57 +02:00
parent f809a0f1a2
commit c095798bd9
5 changed files with 21 additions and 45 deletions
-4
View File
@@ -98,10 +98,6 @@ func newReactor(
// NOTE we have to create and commit the blocks first because
// pool.height is determined from the store.
fastSync := true
db := dbm.NewMemDB()
stateStore = sm.NewStore(db, sm.StoreOptions{
DiscardFinalizeBlockResponses: false,
})
blockExec := sm.NewBlockExecutor(stateStore, log.TestingLogger(), proxyApp.Consensus(),
mp, sm.EmptyEvidencePool{})
if err = stateStore.Save(state); err != nil {