From 9674c671d081ada9b19f18090e94cc5e7823a9ff Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Jan 2017 14:13:12 +0200 Subject: [PATCH] test --- src/komodo_bitcoind.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 6927de309..0a8cac099 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -358,7 +358,7 @@ int32_t komodo_verifynotarizedscript(uint8_t *script,int32_t len,uint256 NOTARIZ printf(" notarized, "); for (i=0; i<32; i++) printf("%02x",((uint8_t *)&hash)[i]); - printf(" opreturn\n"); + printf(" opreturn from [%s]\n",ASSETCHAINS_SYMBOL); return(-1); } @@ -389,7 +389,11 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t //else jsonstr = _dex_getrawtransaction(); else return(0); } - else return(-1); + else + { + printf("[%s] verifynotarization error unexpected dest.(%s)\n",ASSETCHAINS_SYMBOL,dest); + return(-1); + } if ( jsonstr != 0 ) { if ( (json= cJSON_Parse(jsonstr)) != 0 )