This commit is contained in:
jl777
2019-02-20 09:34:07 -11:00
parent bb07e87c4a
commit befefc81c9
2 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ int secp256k1_schnorrsig_serialize(const secp256k1_context* ctx, unsigned char *
}
int secp256k1_schnorrsig_parse(const secp256k1_context* ctx, secp256k1_schnorrsig* sig, const unsigned char *in64) {
parse is here
(void) ctx;
VERIFY_CHECK(ctx != NULL);
ARG_CHECK(sig != NULL);