|
|
|
@ -2080,7 +2080,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): |
|
|
|
self.gui_object.daemon.stop_wallet(wallet_path) |
|
|
|
self.gui_object.daemon.stop_wallet(wallet_path) |
|
|
|
self.close() |
|
|
|
self.close() |
|
|
|
os.unlink(wallet_path) |
|
|
|
os.unlink(wallet_path) |
|
|
|
self.show_error("Wallet removed:" + basename) |
|
|
|
self.show_error(_("Wallet removed: {}").format(basename)) |
|
|
|
|
|
|
|
|
|
|
|
@protected |
|
|
|
@protected |
|
|
|
def show_seed_dialog(self, password): |
|
|
|
def show_seed_dialog(self, password): |
|
|
|
|