From 78b4aa38ec99ec20404c576b7b0e33548d99b71d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Jul 2017 16:04:59 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 46b79b55a..e32930cda 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -593,9 +593,9 @@ struct LP_utxoinfo *LP_bestutxo(double *ordermatchpricep,int64_t *bestsatoshisp, price = jdouble(item,"price"); if ( LP_pricevalid(price) > 0 && price <= maxprice ) { - price *= 1.0001; - if ( price > maxprice ) - price = maxprice; + //price *= 1.0001; + //if ( price > maxprice ) + // price = maxprice; pubkey = jbits256(item,"pubkey"); if ( bits256_cmp(pubkey,LP_mypub25519) != 0 && (pubp= LP_pubkeyadd(pubkey)) != 0 && pubp->numerrors < LP_MAXPUBKEY_ERRORS ) {