tstorage: fix path standardisation - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d11481f36013cb55225bd1eda50dcbda43b872d2
DIR parent 93fa9a9d69f3c7965e46a2c8094663a679755e3a
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Mon, 4 Mar 2019 02:48:25 +0100
storage: fix path standardisation
Diffstat:
M electrum/storage.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/electrum/storage.py b/electrum/storage.py
t@@ -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():