quick typo fixes in rpc and proxy

This commit is contained in:
Aaron Blankstein
2017-04-12 14:14:16 -04:00
parent 6fed4a3f48
commit d9404b5693
2 changed files with 2 additions and 2 deletions

View File

@@ -1739,7 +1739,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
if json_is_error(namespaces):
# error
status_code = None
if json_is_exception(res):
if json_is_exception(namespaces):
status_code = 500
else:
status_code = 404