Browse Source

Fix typo

Signed-off-by: Thane Thomson <connect@thanethomson.com>
thane/7655-vote-extensions
Thane Thomson 2 years ago
parent
commit
116bbf091f
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/vote.go

+ 1
- 1
types/vote.go View File

@ -86,7 +86,7 @@ func (vote *Vote) CommitSig() CommitSig {
}
// VoteSignBytes returns the proto-encoding of the canonicalized Vote, for
// signing. Panics is the marshaling fails.
// signing. Panics if the marshaling fails.
//
// The encoded Protobuf message is varint length-prefixed (using MarshalDelimited)
// for backwards-compatibility with the Amino encoding, due to e.g. hardware


Loading…
Cancel
Save