URI: 
       tfix: interface.close - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9c2d12923adedc84d1dcb3ed6005ea1e8653e1cc
   DIR parent 3d32301121d4d0273f482e66da6382cb9e279c7a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 28 Feb 2017 11:25:05 +0100
       
       fix: interface.close
       
       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@@ -751,7 +751,7 @@ class Network(util.DaemonThread):
                                self.notify('updated')
                            else:
                                interface.print_error("header didn't connect, dismissing interface")
       -                        interface.stop()
       +                        interface.close()
                        else:
                            self.request_header(interface, data, next_height)