mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
Merge pull request #678 from friedger/patch-1
Fix debug msg about cost for renewal
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user