Skip to content

Commit b8c26a3

Browse files
committed
Merge bitcoin-core#458: Fix typo in API documentation
b0452e6 Fix typo in API documentation (Tim Ruffing) Pull request description: Tree-SHA512: 0376756fc36004e9bb205c6b811e8b28ecd595db1fc2b577bf27c5c227d81ec8bca2e44cfab91fb76c9640d0f7c99970ce9ab94d72e26289cc8faeb747337309
2 parents 817fb20 + b0452e6 commit b8c26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typedef struct {
6161
* however guaranteed to be 64 bytes in size, and can be safely copied/moved.
6262
* If you need to convert to a format suitable for storage, transmission, or
6363
* comparison, use the secp256k1_ecdsa_signature_serialize_* and
64-
* secp256k1_ecdsa_signature_serialize_* functions.
64+
* secp256k1_ecdsa_signature_parse_* functions.
6565
*/
6666
typedef struct {
6767
unsigned char data[64];

0 commit comments

Comments
 (0)