From dac89e212cdcca13ef4893694660e578e50c7a6c Mon Sep 17 00:00:00 2001 From: Matt Tanous Date: Mon, 6 Jul 2015 18:15:22 -0600 Subject: [PATCH] Update electrum --- electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum b/electrum index d3a15f207..8aa0a8080 100755 --- a/electrum +++ b/electrum @@ -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.