mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
RunAction* directly on ConsensusState.
This commit is contained in:
@ -141,6 +141,9 @@ func (ps *PartSet) BitArray() BitArray {
|
||||
}
|
||||
|
||||
func (ps *PartSet) RootHash() []byte {
|
||||
if ps == nil {
|
||||
return nil
|
||||
}
|
||||
return ps.rootHash
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user