commit a20233b6298c6cbf7dd660788e68601fa0446c74 parent 2ea3bbea3051946c4dab68c1dbcc878e4410bbec 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(-)
diff --git a/gui/qt/network_dialog.py b/gui/qt/network_dialog.py @@ -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")