1
0

fix cmdline listcontacts

This commit is contained in:
ThomasV
2015-05-30 12:35:58 +02:00
parent ed5747fbcf
commit d2f3e3f349
2 changed files with 12 additions and 11 deletions

View File

@@ -366,7 +366,7 @@ def run_cmdline(config):
wallet.update_password(password, new_password)
else:
cmd_runner = Commands(wallet, network)
cmd_runner = Commands(config, wallet, network)
func = getattr(cmd_runner, cmd.name)
cmd_runner.password = password
try: