SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
electrum/daemon.py
|
|
@ -251,7 +251,8 @@ class Daemon(DaemonThread): |
|
|
|
return self.wallets.get(path) |
|
|
|
|
|
|
|
def stop_wallet(self, path): |
|
|
|
wallet = self.wallets.pop(path) |
|
|
|
wallet = self.wallets.pop(path, None) |
|
|
|
if not wallet: return |
|
|
|
wallet.stop_threads() |
|
|
|
|
|
|
|
def run_cmdline(self, config_options): |
|
|
|