URI: 
       tDefault auto_connect to True. In Qt, the question is asked by the wizard - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit af780e7519fb180043230b25bd75743a4f6136a8
   DIR parent 58fc21ec379493bc82344a4f45dc7b3b042f34ed
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue,  8 Mar 2016 10:00:47 +0100
       
       Default auto_connect to True. In Qt, the question is asked by the wizard
       
       Diffstat:
         M lib/network.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/network.py b/lib/network.py
       t@@ -217,7 +217,7 @@ class Network(util.DaemonThread):
                # to or have an ongoing connection with
                self.interface = None
                self.interfaces = {}
       -        self.auto_connect = self.config.get('auto_connect', False)
       +        self.auto_connect = self.config.get('auto_connect', True)
                self.connecting = set()
                self.socket_queue = Queue.Queue()
                self.start_network(deserialize_server(self.default_server)[2],