mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-16 22:18:53 +08:00
handle non-standard zonefiles
This commit is contained in:
@@ -604,7 +604,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
ret = {
|
||||
'status': 'registered_subdomain',
|
||||
'zonefile': zonefile_txt,
|
||||
'zonefile_hash': storage.get_zonefile_data_hash(zonefile_txt),
|
||||
'zonefile_hash': name_rec['zonefile_hash'],
|
||||
'address': name_rec['address'],
|
||||
'blockchain': 'bitcoin',
|
||||
'last_txid': name_rec['txid'],
|
||||
|
||||
Reference in New Issue
Block a user