From d58c6ed6fe5680d722b47c70cc06c6d526465d60 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Oct 2017 16:38:59 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_signatures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_signatures.c b/iguana/exchanges/LP_signatures.c index 3a4729287..960e36127 100644 --- a/iguana/exchanges/LP_signatures.c +++ b/iguana/exchanges/LP_signatures.c @@ -372,7 +372,7 @@ char *LP_postutxos_recv(cJSON *argjson) if ( (obj= jobj(argjson,"utxos")) != 0 ) { utxoshash = LP_utxoshash_calc(obj); - char str[65]; //printf("got utxoshash %s\n",bits256_str(str,utxoshash)); + //char str[65]; //printf("got utxoshash %s\n",bits256_str(str,utxoshash)); if ( LP_utxos_sigcheck(juint(argjson,"timestamp"),jstr(argjson,"sig"),jstr(argjson,"pubsecp"),pubkey,utxoshash) == 0 ) { uitem = calloc(1,sizeof(*uitem));