URI: 
       tfix typo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8140d6c78e116edef6578799c73cfce374b296c8
   DIR parent d140383d036c9b77db4bb93885e97f21d0344600
  HTML Author: ecdsa <ecdsa@github>
       Date:   Mon, 16 Dec 2013 20:04:59 +0100
       
       fix typo
       
       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@@ -203,7 +203,7 @@ class Network(threading.Thread):
                        return
        
                if auto_connect:
       -            if not self.interface.s_connected:
       +            if not self.interface.is_connected:
                        self.switch_to_random_interface()
                    else:
                        if self.server_lag > 0: