From 67c0495a9dce1c143839a9637440f40c66df5e4a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Jan 2017 14:47:16 +0200 Subject: [PATCH] test --- src/komodo_bitcoind.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 3e5d3727e..f4e44e862 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -370,10 +370,8 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t for (i=0; i<32; i++) sprintf(¶ms[i*2 + 2],"%02x",((uint8_t *)&NOTARIZED_DESTTXID)[31-i]); strcat(params,"\", 1]");*/ - printf("[%s] src.%s dest.%s params.[%s] ht.%d notarized.%d\n",ASSETCHAINS_SYMBOL,symbol,dest,params,height,NOTARIZED_HEIGHT); - if ( strcmp(ASSETCHAINS_SYMBOL,symbol) != 0 ) - return(0); sprintf(params,"[\"%s\", 1]",NOTARIZED_DESTTXID.ToString().c_str()); + printf("[%s] src.%s dest.%s params.[%s] ht.%d notarized.%d\n",ASSETCHAINS_SYMBOL,symbol,dest,params,height,NOTARIZED_HEIGHT); if ( strcmp(dest,"KMD") == 0 ) { if ( KMDUSERPASS[0] != 0 )