mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
Merge pull request #1350 from CodingAnarchy/master
Remove --portable flag dependency on not setting wallet path via command line
This commit is contained in:
commit
652f0d0b7f
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -388,7 +388,7 @@ if __name__ == '__main__':
|
||||||
if config_options.get('server'):
|
if config_options.get('server'):
|
||||||
config_options['auto_connect'] = False
|
config_options['auto_connect'] = False
|
||||||
|
|
||||||
if config_options.get('portable') and config_options.get('wallet_path') is None:
|
if config_options.get('portable'):
|
||||||
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')
|
config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')
|
||||||
|
|
||||||
# If private key is passed on the command line, '?' triggers prompt.
|
# If private key is passed on the command line, '?' triggers prompt.
|
||||||
|
|
Loading…
Add table
Reference in a new issue