commit d11481f36013cb55225bd1eda50dcbda43b872d2
parent 93fa9a9d69f3c7965e46a2c8094663a679755e3a
Author: SomberNight <somber.night@protonmail.com>
Date: Mon, 4 Mar 2019 02:48:25 +0100
storage: fix path standardisation
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/electrum/storage.py b/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():