1
0

return True in retore_wallet

This commit is contained in:
ThomasV
2012-11-23 19:31:45 +01:00
parent acbfa77af5
commit a79cda99e5
2 changed files with 4 additions and 2 deletions

View File

@@ -979,7 +979,8 @@ class ElectrumGui:
modal_dialog("recovery successful")
else:
if not modal_question("no transactions found for this seed","do you want to keep this wallet?"):
return
return False
wallet.save()
return True