mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
updates with passed owner key now passing first integration test
This commit is contained in:
@@ -1039,9 +1039,6 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
|
||||
res = None
|
||||
privkey_info = request.get('owner_key', None)
|
||||
kwargs = {}
|
||||
if privkey_info:
|
||||
kwargs['owner_key'] = privkey_info
|
||||
|
||||
if zonefile_str is not None:
|
||||
res = internal.cli_update(name, str(zonefile_str), "false", privkey_info, interactive=False,
|
||||
|
||||
Reference in New Issue
Block a user