Browse Source

Test

etomic
jl777 7 years ago
parent
commit
a9838943d2
  1. 4
      iguana/exchanges/LP_commands.c
  2. 2
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_commands.c

@ -171,7 +171,9 @@ trust(pubkey, trust)\n\
{ {
if ( price > SMALLVAL ) if ( price > SMALLVAL )
{ {
if ( LP_mypriceset(&changed,base,rel,price) < 0 ) //if ( LP_mypriceset(&changed,base,rel,price) < 0 )
// return(clonestr("{\"error\":\"couldnt set price\"}"));
if ( LP_mypriceset(&changed,rel,base,1./price) < 0 )
return(clonestr("{\"error\":\"couldnt set price\"}")); return(clonestr("{\"error\":\"couldnt set price\"}"));
else return(LP_pricepings(ctx,myipaddr,LP_mypubsock,base,rel,price * LP_profitratio)); else return(LP_pricepings(ctx,myipaddr,LP_mypubsock,base,rel,price * LP_profitratio));
} else return(clonestr("{\"error\":\"no price\"}")); } else return(clonestr("{\"error\":\"no price\"}"));

2
iguana/exchanges/LP_nativeDEX.c

@ -19,10 +19,12 @@
// //
// new features: // new features:
// stats // stats
// multidimensional portfolio
// autoutxo // autoutxo
// bugs: // bugs:
// false detection of bobreclaim // false detection of bobreclaim
// relax ordermatch constraints?
// unduplicated bugs: // unduplicated bugs:
// swap cancel should cleanly cancel // swap cancel should cleanly cancel

Loading…
Cancel
Save