mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Refactor consensus/vote_set_test.go
This commit is contained in:
@ -629,6 +629,7 @@ func (s *State) Hash() []byte {
|
||||
s.BondedValidators,
|
||||
s.UnbondingValidators,
|
||||
s.accounts,
|
||||
s.validatorInfos,
|
||||
}
|
||||
return merkle.HashFromHashables(hashables)
|
||||
}
|
||||
|
Reference in New Issue
Block a user