Browse Source

Boost ordermatch

jl777
jl777 7 years ago
parent
commit
43d80db30b
  1. 4
      iguana/exchanges/LP_include.h

4
iguana/exchanges/LP_include.h

@ -98,8 +98,8 @@ void emscripten_usleep(int32_t x); // returns immediate, no sense for sleeping
#define LP_SWAPSTEP_TIMEOUT 30
#define LP_MIN_TXFEE 1000
#define LP_MINVOL 20
#define LP_MINCLIENTVOL 200
#define LP_MINVOL 100
#define LP_MINCLIENTVOL 1000
#define LP_MINSIZE_TXFEEMULT 10
#define LP_REQUIRED_TXFEE 0.75

Loading…
Cancel
Save