SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/simple_config.py
|
|
@ -241,7 +241,7 @@ class SimpleConfig(PrintError): |
|
|
|
|
|
|
|
# command line -w option |
|
|
|
if self.get('wallet_path'): |
|
|
|
return os.path.join(self.get('cwd'), self.get('wallet_path')) |
|
|
|
return os.path.join(self.get('cwd', ''), self.get('wallet_path')) |
|
|
|
|
|
|
|
# path in config file |
|
|
|
path = self.get('default_wallet_path') |
|
|
|