mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-05 22:02:36 +00:00
fix blocksync reactor import of state store
This commit is contained in:
committed by
Sergio Mena
parent
173cfe8cb5
commit
c0e60263b6
@@ -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