This commit is contained in:
ThomasV 2013-10-22 16:20:23 +02:00
parent c63bfcf310
commit 41c9ddb87d
1 changed files with 1 additions and 1 deletions

View File

@ -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)