diff --git a/iguana/exchanges/LP_coins.c b/iguana/exchanges/LP_coins.c index 4d71b4df6..b29bc3aea 100644 --- a/iguana/exchanges/LP_coins.c +++ b/iguana/exchanges/LP_coins.c @@ -281,7 +281,7 @@ struct iguana_info *LP_coinfind(char *symbol) coin->inactive = 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); } } diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index db1dd5a59..8b0201795 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -20,8 +20,10 @@ // swap cancel should cleanly cancel // stats // auto-utxo creation +// null plocktime, robustify remember // multiple smartaddresses? enable/disable causes? 250 KMD bounty // verify bid volumes +// verify BTC trading #include #include "LP_include.h"