Merge pull request #947 from Tafelpoot/walletpath2

pass absolute path for new wallet
This commit is contained in:
ThomasV 2014-12-03 21:05:39 +01:00
commit 858ab183bb
1 changed files with 1 additions and 1 deletions

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