1
0

simplify directories: electrum_dir

This commit is contained in:
thomasv
2013-09-02 15:05:33 +02:00
parent 8774f1a193
commit 48efc62b2d
4 changed files with 19 additions and 17 deletions

View File

@@ -107,7 +107,6 @@ if __name__ == '__main__':
util.check_windows_wallet_migration()
config = SimpleConfig(config_options)
storage = WalletStorage(config)
if len(args)==0:
url = None
@@ -149,6 +148,7 @@ if __name__ == '__main__':
# instanciate wallet for command-line
storage = WalletStorage(config)
wallet = Wallet(storage)
if cmd not in known_commands: