SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
0 deletions
-
electrum/storage.py
|
|
@ -175,6 +175,8 @@ class WalletStorage(JsonDB): |
|
|
|
self.print_error('Failed to convert label to json format', key) |
|
|
|
continue |
|
|
|
self.data[key] = value |
|
|
|
if not isinstance(self.data, dict): |
|
|
|
raise WalletFileException("Malformed wallet file (not dict)") |
|
|
|
|
|
|
|
# check here if I need to load a plugin |
|
|
|
t = self.get('wallet_type') |
|
|
|