diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 0d7d1917d..73f07350c 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -19,6 +19,10 @@ // LP_nativeDEX.c // marketmaker // +// n41r0j [12:21 AM] +// when i remove funds from my smart addresses, the first time i do ./inv, it shows up empty, but after that, the old values come back +//[12:23] a restart of client fixes it though + // SPV at tx level // stats, fix pricearray // sign packets diff --git a/iguana/exchanges/LP_socket.c b/iguana/exchanges/LP_socket.c index 8bb30cfd7..9fda77bda 100644 --- a/iguana/exchanges/LP_socket.c +++ b/iguana/exchanges/LP_socket.c @@ -26,7 +26,7 @@ //#include //#endif -#define ELECTRUM_TIMEOUT 5 +#define ELECTRUM_TIMEOUT 10 int32_t LP_socket(int32_t bindflag,char *hostname,uint16_t port) {