Browse Source

Test

etomic
jl777 8 years ago
parent
commit
78b4aa38ec
  1. 6
      iguana/exchanges/LP_ordermatch.c

6
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 )
{

Loading…
Cancel
Save