From e2273302f659684551b1d91c5ee12f3b44960a1b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Jul 2017 22:31:54 +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 ff9d8d1b6..c6ee93264 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -165,6 +165,7 @@ trust(pubkey, trust)\n\ { if ( price > SMALLVAL ) { + printf("setprice %.8f\n",price); if ( LP_mypriceset(&changed,base,rel,price) < 0 ) return(clonestr("{\"error\":\"couldnt set price\"}")); else if ( changed != 0 )