Skip to content

Commit

Permalink
Merge branch 'additional-identifiers' of github.com:hyperledger/firef…
Browse files Browse the repository at this point in the history
…ly-signer into solidity-defs
  • Loading branch information
peterbroadhurst committed Aug 12, 2024
2 parents d04ce7f + c3e9607 commit 7e256d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secp256k1/keypair.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func GenerateSecp256k1KeyPair() (*KeyPair, error) {
return wrapSecp256k1Key(key, key.PubKey()), nil
}

// Note there is no error condition returned by this function (use KeyPairFromBytes)
// Deprecated: Note there is no error condition returned by this function (use KeyPairFromBytes)
func NewSecp256k1KeyPair(b []byte) (*KeyPair, error) {
key, pubKey := btcec.PrivKeyFromBytes(b)
return wrapSecp256k1Key(key, pubKey), nil
Expand Down

0 comments on commit 7e256d7

Please sign in to comment.