commit 9c2d12923adedc84d1dcb3ed6005ea1e8653e1cc
parent 3d32301121d4d0273f482e66da6382cb9e279c7a
Author: ThomasV <thomasv@electrum.org>
Date: Tue, 28 Feb 2017 11:25:05 +0100
fix: interface.close
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/network.py b/lib/network.py
@@ -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)