1
0

rename load_wallet command

This commit is contained in:
ThomasV
2017-03-05 20:25:42 +01:00
parent e83d2b8772
commit 76dd11783b
3 changed files with 5 additions and 5 deletions

View File

@@ -379,7 +379,7 @@ if __name__ == '__main__':
elif cmdname == 'daemon':
subcommand = config.get('subcommand')
if subcommand in ['open_wallet']:
if subcommand in ['load_wallet']:
init_daemon(config_options)
if subcommand in [None, 'start']: