mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
state sync: last consensus params height is not set (#5889)
This commit is contained in:
@@ -222,7 +222,8 @@ func (store dbStore) Bootstrap(state State) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := store.saveConsensusParamsInfo(height, height, state.ConsensusParams); err != nil {
|
||||
if err := store.saveConsensusParamsInfo(height,
|
||||
state.LastHeightConsensusParamsChanged, state.ConsensusParams); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user