1
0

fix signtransaction flags

This commit is contained in:
ThomasV
2015-05-31 17:21:02 +02:00
parent a3cd33fe03
commit ee20910c65
2 changed files with 7 additions and 3 deletions

View File

@@ -179,6 +179,10 @@ def run_cmdline(config):
cmdname = config.get('cmd')
cmd = known_commands[cmdname]
if cmdname == 'signtransaction' and config.get('privkey'):
cmd.requires_wallet = False
cmd.requires_password = False
# arguments passed to function
args = map(lambda x: config.get(x), cmd.params)
# options