From d11481f36013cb55225bd1eda50dcbda43b872d2 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 4 Mar 2019 02:48:25 +0100 Subject: [PATCH] storage: fix path standardisation --- electrum/storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electrum/storage.py b/electrum/storage.py index 5b8f26f0d..7dff27cc3 100644 --- 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():