From 139dcd5960d7069e1987c1375fdc215283d7177a Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 31 May 2017 11:09:53 +0300 Subject: [PATCH] Test --- iguana/exchanges/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 08af48aac..34312e13a 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -840,7 +840,7 @@ int main(int argc, const char * argv[]) HASH_ITER(hh,LP_utxoinfos,utxo,utmp) { if ( (matchjson= LP_bestprice(utxo,"KMD")) != 0 ) - printf("bestprice %.8f txfees %.8f %.8f destsatoshis %.8f (%s)\n",jdouble(matchjson,"price"),dstr(j64bits(matchjson,"txfee")),dstr(j64bits(matchjson,"desttxfee")),dstr(j64bits(matchjson,"destsatoshis")),jprint(matchjson,1)); + printf("bestprice (%s)\n",jprint(matchjson,1)); } } }