fix typo
This commit is contained in:
parent
c63bfcf310
commit
41c9ddb87d
@ -1486,7 +1486,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
def show_master_public_key(self):
|
def show_master_public_key(self):
|
||||||
|
|
||||||
if self.wallet.seed_version == 4:
|
if self.wallet.seed_version == 4:
|
||||||
self.show_master_public_keys_old()
|
self.show_master_public_key_old()
|
||||||
return
|
return
|
||||||
|
|
||||||
dialog = QDialog(self)
|
dialog = QDialog(self)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user