Browse Source

Update privval/file.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
thane/7655-vote-extensions
Thane Thomson 2 years ago
committed by GitHub
parent
commit
4b626169f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      privval/file.go

+ 1
- 0
privval/file.go View File

@ -405,6 +405,7 @@ func (pv *FilePV) signVote(chainID string, vote *tmproto.Vote) error {
// Sign the vote extension, if any
if len(vote.Extension) > 0 {
var err error
vote.ExtensionSignature, err = pv.Key.PrivKey.Sign(vote.Extension)
if err != nil {
return err


Loading…
Cancel
Save