mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 02:01:43 +00:00
final updates for state
This commit is contained in:
@ -50,8 +50,7 @@ func Validators(heightPtr *int64) (*ctypes.ResultValidators, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
state := consensusState.GetState()
|
||||
validators, err := sm.LoadValidators(state.DB(), height)
|
||||
validators, err := sm.LoadValidators(stateDB, height)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user