update for MMGen Wallet v16.1.dev3
This commit is contained in:
parent
fe45fbaa23
commit
1f12baac4c
7 changed files with 10 additions and 10 deletions
|
|
@ -92,4 +92,4 @@ msgs = msg_data['quiet' if cfg.quiet else 'normal']
|
|||
if len(cfg._args) != 1:
|
||||
die(1,'One transaction ID must be specified')
|
||||
|
||||
sys.exit(async_run(main(cfg._args[0])))
|
||||
sys.exit(async_run(cfg, main, args=[cfg._args[0]]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue