1
0

rename open close commands

This commit is contained in:
ThomasV
2017-03-05 14:57:41 +01:00
parent 45f25586ef
commit b8bdcc0877
3 changed files with 6 additions and 7 deletions

View File

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