Browse Source

Test

etomic
jl777 7 years ago
parent
commit
271ef52511
  1. 4
      iguana/exchanges/LP_include.h

4
iguana/exchanges/LP_include.h

@ -24,6 +24,8 @@
#define LP_MAJOR_VERSION "0"
#define LP_MINOR_VERSION "1"
#define LP_BUILD_NUMBER "15096"
#define LP_BARTERDEX_VERSION 2
#define LP_MAGICBITS 8
#ifdef FROM_JS
#include <emscripten.h>
@ -38,8 +40,6 @@ void emscripten_usleep(int32_t x); // returns immediate, no sense for sleeping
#endif
//#define LP_STRICTPEERS
#define LP_BARTERDEX_VERSION 1
#define LP_MAGICBITS 8
#define LP_MAXVINS 64
#define LP_HTTP_TIMEOUT 3 // 1 is too small due to edge cases of time(NULL)

Loading…
Cancel
Save