Skip to content

Commit

Permalink
Make the diff a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Feb 6, 2025
1 parent e86406c commit 97ebec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vms/platformvm/signer/proof_of_possession.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type ProofOfPossession struct {

func NewProofOfPossession(sk bls.Signer) (*ProofOfPossession, error) {
pk := sk.PublicKey()

pkBytes := bls.PublicKeyToCompressedBytes(pk)
sig, err := sk.SignProofOfPossession(pkBytes)
if err != nil {
Expand Down

0 comments on commit 97ebec0

Please sign in to comment.