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 )