You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct pubkey param descriptions for secp256k1_keypair_{xonly_,}pub
The functions `secp256k1_keypair_pub` and `secp256k1_keypair_xonly_pub`
always succeed (i.e. return the value 1), so the other cases in the
`pubkey` parameter descriptions never happen and can hence be removed.
Note that the "1 always" return value description was previously done in
commit b8f8b99 (PR bitcoin-core#1089), which also
explains why invalid objects of type secp256k1_pubkey are in practice
not possible.
0 commit comments