This commit is contained in:
ThomasV 2016-01-29 09:29:07 +01:00
parent 6ba43637f5
commit 81b9f8281d
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ def run_non_RPC(config):
wallet = Wallet.from_text(text, password, storage)
except BaseException as e:
sys.exit(str(e))
wallet.create_main_account()
if not config.get('offline'):
network = Network(config)
network.start()