1
0

fix: restore wallet from master public key

This commit is contained in:
ecdsa
2013-03-07 16:41:43 +01:00
parent 29a8c0f0e6
commit 3382354442
3 changed files with 7 additions and 5 deletions

View File

@@ -2315,7 +2315,8 @@ class ElectrumGui:
def password_dialog(self):
ElectrumWindow.change_password_dialog(self.wallet)
if self.wallet.seed:
ElectrumWindow.change_password_dialog(self.wallet)
def restore_wallet(self):