tminor fix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a20233b6298c6cbf7dd660788e68601fa0446c74 DIR parent 2ea3bbea3051946c4dab68c1dbcc878e4410bbec HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 23 Mar 2017 21:57:01 +0100 minor fix Diffstat: M gui/qt/network_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/network_dialog.py b/gui/qt/network_dialog.py t@@ -220,7 +220,7 @@ class NetworkChoiceLayout(object): except: height = 0 self.cph.setText('%d'%height) - if height == self.config.get('checkpoint_height', 0): + if height == self.checkpoint_height: return try: self.network.print_error("fetching header")