From 735624a27ffdf77aadfa03da75c4cb3022df9a5c Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Tue, 10 Oct 2017 00:39:18 +0300
Subject: [PATCH] 10 sec electrum timeout

---
 iguana/exchanges/LP_nativeDEX.c | 4 ++++
 iguana/exchanges/LP_socket.c    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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 <WinSock2.h>
 //#endif
 
-#define ELECTRUM_TIMEOUT 5
+#define ELECTRUM_TIMEOUT 10
 
 int32_t LP_socket(int32_t bindflag,char *hostname,uint16_t port)
 {