We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a510e56 commit 2bb0bafCopy full SHA for 2bb0baf
include/secp256k1.h
@@ -474,7 +474,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_cmp(
474
const secp256k1_pubkey *pubkey2
475
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3);
476
477
-/** Sort public keys keys using lexicographic (of compressed serialization) order
+/** Sort public keys using lexicographic (of compressed serialization) order
478
*
479
* Returns: 0 if the arguments are invalid. 1 otherwise.
480
0 commit comments