mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-25 17:43:03 +00:00
fix blocksync reactor import of state store
This commit is contained in:
@@ -185,7 +185,7 @@ func (bcR *Reactor) respondToPeer(msg *bcproto.BlockRequest,
|
||||
})
|
||||
}
|
||||
|
||||
state, err := bcR.stateStore.Load()
|
||||
state, err := bcR.blockExec.Store().Load()
|
||||
if err != nil {
|
||||
bcR.Logger.Error("loading state", "err", err)
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user