1
0

pass absolute path for new wallet

This commit is contained in:
Tafelpoot
2014-12-01 15:14:03 +01:00
parent 7cb02f5d2a
commit 0737ee7fd3

View File

@@ -286,7 +286,7 @@ class ElectrumWindow(QMainWindow):
def new_wallet(self):
import installwizard
wallet_folder = os.path.dirname(self.wallet.storage.path)
wallet_folder = os.path.dirname(os.path.abspath(self.wallet.storage.path))
i = 1
while True:
filename = "wallet_%d"%i