mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-01 21:05:43 +00:00
add updated validator set to node test
This commit is contained in:
@@ -159,6 +159,7 @@ func (store dbStore) save(state State, key []byte) error {
|
||||
}
|
||||
}
|
||||
// Save next validators.
|
||||
fmt.Println("saving validators for height ", nextHeight+1)
|
||||
err := store.saveValidatorsInfo(nextHeight+1, state.LastHeightValidatorsChanged, state.NextValidators, batch)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user