Merge pull request #678 from friedger/patch-1

Fix debug msg about cost for renewal
This commit is contained in:
Jude Nelson
2017-11-20 23:17:57 -05:00
committed by GitHub

View File

@@ -1958,7 +1958,7 @@ def cli_renew(args, config_path=CONFIG_PATH, force_data=False, interactive=True,
rpc = local_api_connect(config_path=config_path)
assert rpc
log.debug("Renew {} for {} BTC".format(fqu, cost_satoshis))
log.debug("Renew {} for {} BTC".format(fqu, cost['btc']))
if zonefile_data:
log.debug('new zonefile:\n{}'.format(zonefile_data))