1
0

rename decodetx and sendtx commands. merge mktx and payto commands.

This commit is contained in:
ThomasV
2015-06-10 23:21:25 +02:00
parent e067e34313
commit 145bf5cf0a
2 changed files with 24 additions and 29 deletions

View File

@@ -184,9 +184,12 @@ def run_cmdline(config):
cmd.requires_wallet = False
cmd.requires_password = False
if cmdname in ['mktx', 'mktx_csv'] and config.get('unsigned'):
if cmdname in ['payto', 'paytomany'] and config.get('unsigned'):
cmd.requires_password = False
if cmdname in ['payto', 'paytomany'] and config.get('broadcast'):
cmd.requires_network = True
if cmdname in ['createrawtx'] and config.get('unsigned'):
cmd.requires_password = False
cmd.requires_wallet = False