Merge pull request #329

b13d749 Fix couple of typos in API comments (Gustav Simonsson)
pull/11871/head
Pieter Wuille 9 years ago
commit 68a3c766ad
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657

@ -15,9 +15,9 @@ extern "C" {
* however guaranteed to be 65 bytes in size, and can be safely copied/moved. * however guaranteed to be 65 bytes in size, and can be safely copied/moved.
* If you need to convert to a format suitable for storage or transmission, use * If you need to convert to a format suitable for storage or transmission, use
* the secp256k1_ecdsa_signature_serialize_* and * the secp256k1_ecdsa_signature_serialize_* and
* secp256k1_ecdsa_signature_serialize_* functions. * secp256k1_ecdsa_signature_parse_* functions.
* *
* Furthermore, it is guaranteed to identical signatures (including their * Furthermore, it is guaranteed that identical signatures (including their
* recoverability) will have identical representation, so they can be * recoverability) will have identical representation, so they can be
* memcmp'ed. * memcmp'ed.
*/ */

Loading…
Cancel
Save