This commit is contained in:
Sam Ricotta
2022-07-29 16:01:44 +02:00
parent 426e9f9cf9
commit 73e30c3709
17 changed files with 70 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ func makeNode(cfg *config.Config,
}
closers = append(closers, dbCloser)
stateStore := sm.NewStore(stateDB, cfg.RPC.DiscardABCIResponses)
stateStore := sm.NewStore(stateDB, sm.StoreOptions{DiscardABCIResponses: cfg.RPC.DiscardABCIResponses})
genDoc, err := genesisDocProvider()
if err != nil {