Update electrum

This commit is contained in:
Matt Tanous 2015-07-06 18:15:22 -06:00
parent 89f9f41445
commit dac89e212c
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ if __name__ == '__main__':
if config_options.get('server'):
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')
# If private key is passed on the command line, '?' triggers prompt.