Skip to content

Commit

Permalink
Update electrum
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingAnarchy committed Jul 7, 2015
1 parent 89f9f41 commit dac89e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum
Expand Up @@ -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.
Expand Down

0 comments on commit dac89e2

Please sign in to comment.