1
0

make 'createrawtx' command not require wallet

This commit is contained in:
ThomasV
2016-05-16 14:39:01 +02:00
parent 8a5221ed9a
commit 31e9670502
2 changed files with 28 additions and 22 deletions

View File

@@ -184,10 +184,6 @@ def init_cmdline(config_options):
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
# instanciate wallet for command-line
storage = WalletStorage(config.get_wallet_path())