diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 9b016a4ef..8e81a5a5e 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -356,7 +356,7 @@ dividends(coin, height, )\n\ else if ( strcmp(method,"postprice") == 0 ) retstr = LP_postedprice(argjson); else if ( strcmp(method,"postutxos") == 0 ) - retstr = LP_postedutxos(argjson); + return(LP_postedutxos(argjson)); else if ( strcmp(method,"encrypted") == 0 ) retstr = clonestr("{\"result\":\"success\"}"); else if ( strcmp(method,"getprices") == 0 )