Browse Source

Test

etomic
jl777 8 years ago
parent
commit
4341e40b29
  1. 2
      iguana/exchanges/LP_coins.c
  2. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_coins.c

@ -281,7 +281,7 @@ struct iguana_info *LP_coinfind(char *symbol)
coin->inactive = 0; coin->inactive = 0;
else if ( strcmp(symbol,"BTC") == 0 ) else if ( strcmp(symbol,"BTC") == 0 )
{ {
coin->inactive = (uint32_t)time(NULL); // * !IAMLP coin->inactive = (uint32_t)time(NULL) * !IAMLP;
printf("BTC inactive.%u\n",coin->inactive); printf("BTC inactive.%u\n",coin->inactive);
} }
} }

2
iguana/exchanges/LP_nativeDEX.c

@ -20,8 +20,10 @@
// swap cancel should cleanly cancel // swap cancel should cleanly cancel
// stats // stats
// auto-utxo creation // auto-utxo creation
// null plocktime, robustify remember
// multiple smartaddresses? enable/disable causes? 250 KMD bounty // multiple smartaddresses? enable/disable causes? 250 KMD bounty
// verify bid volumes // verify bid volumes
// verify BTC trading
#include <stdio.h> #include <stdio.h>
#include "LP_include.h" #include "LP_include.h"

Loading…
Cancel
Save