trevert to daemon for interface code - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 5661aabaa4e6f60a733b549ad11e9017be5a9f19
 (DIR) parent e7d1f59987149f378d26267e981ebd442e7038ec
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 11 Jun 2016 16:11:36 +0200
       
       revert to daemon for interface code
       
       Diffstat:
         M lib/interface.py                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/lib/interface.py b/lib/interface.py
       t@@ -67,6 +67,7 @@ class TcpConnection(threading.Thread, util.PrintError):
                self.host = str(self.host)
                self.port = int(self.port)
                self.use_ssl = (self.protocol == 's')
       +        self.daemon = True
        
            def diagnostic_name(self):
                return self.host