diff --git a/consensus/replay.go b/consensus/replay.go index c92654f2..af6369c3 100644 --- a/consensus/replay.go +++ b/consensus/replay.go @@ -287,6 +287,7 @@ func (h *Handshaker) ReplayBlocks(state sm.State, appHash []byte, appBlockHeight return nil, err } state.Validators = types.NewValidatorSet(vals) + state.NextValidators = types.NewValidatorSet(vals) } if res.ConsensusParams != nil { state.ConsensusParams = types.PB2TM.ConsensusParams(res.ConsensusParams)