From 8fc2650ff9fcb05de387318d85b822bfb68a54f2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Jul 2019 22:44:49 -1100 Subject: [PATCH] msgHash --- src/cryptoconditions/src/cryptoconditions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptoconditions/src/cryptoconditions.c b/src/cryptoconditions/src/cryptoconditions.c index 9bbdfbd95..3763c867b 100644 --- a/src/cryptoconditions/src/cryptoconditions.c +++ b/src/cryptoconditions/src/cryptoconditions.c @@ -274,7 +274,7 @@ int cc_verify(const struct CC *cond, const unsigned char *msg, size_t msgLength, else memcpy(msgHash, msg, 32); if (!cc_secp256k1VerifyTreeMsg32(cond, msgHash)) { - fprintf(stderr,"cc_verify error C\n"); + fprintf(stderr,"cc_verify error C msgHash.%s\n",msgHash.GetHex().c_str()); return 0; }