Skip to content

Commit

Permalink
Update x/blobstream/types/valset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Stein <46639943+jcstein@users.noreply.github.com>
  • Loading branch information
rach-id and jcstein committed Oct 13, 2023
1 parent 6b8522c commit d4e6dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/blobstream/types/valset.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (v *Valset) SignBytes() (ethcmn.Hash, error) {
return hash, nil
}

// Hash mimics the 'computeValsetHash' function used by the blobstream contracts by
// Hash mimics the 'computeValsetHash' function used by the Blobstream contracts by
// using a Valset to compute the hash of the abi encoded validator set.
func (v *Valset) Hash() (ethcmn.Hash, error) {
ethVals := make([]wrapper.Validator, len(v.Members))
Expand Down

0 comments on commit d4e6dd3

Please sign in to comment.