commit 41c9ddb87d83533897691c4f9d47183b6e44611a parent c63bfcf310758d513109710a13c0d16260ca3d9f Author: ThomasV <thomasv@gitorious> Date: Tue, 22 Oct 2013 16:20:23 +0200 fix typo Diffstat:
M | gui/qt/main_window.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -1486,7 +1486,7 @@ class ElectrumWindow(QMainWindow): def show_master_public_key(self): if self.wallet.seed_version == 4: - self.show_master_public_keys_old() + self.show_master_public_key_old() return dialog = QDialog(self)