From 129ff364f13e74758cf71455f2c0b45233755046 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Nov 2017 14:25:22 +0400 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 367fb502c..5dfa79c0f 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -683,6 +683,7 @@ cJSON *LP_listreceivedbyaddress(char *symbol,char *coinaddr) return(cJSON_Parse("{\"error\":\"no coin\"}")); if ( coin->electrum == 0 ) { + sprintf(buf,"[1, false, true]"); if ( (array= bitcoin_json(coin,"listreceivedbyaddress",buf)) != 0 ) { if ( (n= cJSON_GetArraySize(array)) > 0 )