From f3f883dea4f7599b38fab1c9f69a15bc5bf50572 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Feb 2018 17:14:51 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 2def1e92d..add8f199f 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -530,6 +530,7 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\ } else if ( strcmp(method,"inuse") == 0 ) { + printf("got inuse method\n"); return(jprint(LP_inuse_json(),1)); } else if ( strcmp(method,"getrawtransaction") == 0 )