1
0
This commit is contained in:
ThomasV
2019-02-08 12:59:06 +01:00
parent 1da1f0bfea
commit b06b8753e6
3 changed files with 9 additions and 4 deletions

View File

@@ -407,6 +407,10 @@ def assert_file_in_datadir_available(path, config_path):
'Should be at {}'.format(path))
def standardize_path(path):
return os.path.normcase(os.path.realpath(os.path.abspath(path)))
def get_new_wallet_name(wallet_folder: str) -> str:
i = 1
while True: