updates with passed owner key now passing first integration test

This commit is contained in:
Aaron Blankstein
2017-08-15 12:03:52 -04:00
parent 931ce0b61c
commit c012cc8c2e
4 changed files with 35 additions and 34 deletions

View File

@@ -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,