mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
return renewal_deadline
This commit is contained in:
@@ -589,7 +589,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
'zonefile_hash': storage.get_zonefile_data_hash(zonefile_txt),
|
||||
'address': name_rec['address'],
|
||||
'blockchain': 'bitcoin',
|
||||
'last_txid': name_rec['txid']
|
||||
'last_txid': name_rec['txid'],
|
||||
}
|
||||
|
||||
else:
|
||||
@@ -607,6 +607,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
'last_txid': name_rec['txid'],
|
||||
'blockchain': 'bitcoin',
|
||||
'expire_block': name_rec['expire_block'],
|
||||
'renewal_deadline': name_rec['renewal_deadline']
|
||||
}
|
||||
|
||||
return self._reply_json(ret)
|
||||
|
||||
Reference in New Issue
Block a user