tfix typo - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 41c9ddb87d83533897691c4f9d47183b6e44611a
DIR parent c63bfcf310758d513109710a13c0d16260ca3d9f
HTML 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(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -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)