From 78b3ac8f87a666080da4aa95914455066d202a89 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Oct 2017 14:58:43 +0300 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 7795161ab..486b6c10e 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -356,7 +356,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n } if ( np != 0 ) { - char str[65],str2[65]; printf("[%s] notarized_ht.%d\n",ASSETCHAINS_SYMBOL,np->notarized_height); + //char str[65],str2[65]; printf("[%s] notarized_ht.%d\n",ASSETCHAINS_SYMBOL,np->notarized_height); *notarized_hashp = np->notarized_hash; *notarized_desttxidp = np->notarized_desttxid; return(np->notarized_height);