From 1c938e4ef00248717b3b0a767e4eccd126ee2998 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 12 Sep 2017 11:33:30 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 3e1537ae5..4b5d47f79 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -262,7 +262,7 @@ dividends(coin, height, )\n\ if ( (ptr= LP_coinsearch(coin)) != 0 ) { ptr->inactive = 0; - return(jprint(LP_electrumserver(ptr,ipaddr,port),1)); + return(jprint(LP_electrumserver(ptr,jstr(argjson,"ipaddr"),juint(argjson,"port")),1)); } else return(clonestr("{\"error\":\"cant find coind\"}")); } else if ( strcmp(method,"snapshot") == 0 )