Browse Source

10 sec electrum timeout

etomic
jl777 7 years ago
parent
commit
735624a27f
  1. 4
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/LP_socket.c

4
iguana/exchanges/LP_nativeDEX.c

@ -19,6 +19,10 @@
// LP_nativeDEX.c // LP_nativeDEX.c
// marketmaker // 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 // SPV at tx level
// stats, fix pricearray // stats, fix pricearray
// sign packets // sign packets

2
iguana/exchanges/LP_socket.c

@ -26,7 +26,7 @@
//#include <WinSock2.h> //#include <WinSock2.h>
//#endif //#endif
#define ELECTRUM_TIMEOUT 5 #define ELECTRUM_TIMEOUT 10
int32_t LP_socket(int32_t bindflag,char *hostname,uint16_t port) int32_t LP_socket(int32_t bindflag,char *hostname,uint16_t port)
{ {

Loading…
Cancel
Save