Skip to content

Commit

Permalink
Merge pull request #15 from danlaine/development
Browse files Browse the repository at this point in the history
sort transaction's control signatures in signAddNonDefaultSubnetValidatorTx
  • Loading branch information
StephenButtolph authored Mar 16, 2020
2 parents 7404200 + d524689 commit 71c01fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vms/platformvm/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ func (service *Service) signAddNonDefaultSubnetValidatorTx(tx *addNonDefaultSubn
return nil, errors.New("no place for key to sign")
}

crypto.SortSECP2561RSigs(tx.ControlSigs)

return tx, nil
}

Expand Down

0 comments on commit 71c01fd

Please sign in to comment.