SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
1 deletions
-
electrum/storage.py
|
|
@ -54,7 +54,6 @@ class WalletStorage(PrintError): |
|
|
|
self._file_exists = self.path and os.path.exists(self.path) |
|
|
|
|
|
|
|
DB_Class = JsonDB |
|
|
|
self.path = path |
|
|
|
self.print_error("wallet path", self.path) |
|
|
|
self.pubkey = None |
|
|
|
if self.file_exists(): |
|
|
|