mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
add block store options to block store constructor
This commit is contained in:
@@ -76,7 +76,7 @@ func newReactor(
|
||||
stateStore := sm.NewStore(stateDB, sm.StoreOptions{
|
||||
DiscardABCIResponses: false,
|
||||
})
|
||||
blockStore := store.NewBlockStore(blockDB)
|
||||
blockStore := store.NewBlockStore(blockDB, store.BlockStoreOptions{})
|
||||
|
||||
state, err := stateStore.LoadFromDBOrGenesisDoc(genDoc)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user