simple typo fix

This commit is contained in:
Aaron Blankstein
2017-04-20 10:38:32 -04:00
parent a930da48e6
commit c2443a2ef8

View File

@@ -372,7 +372,7 @@ def getinfo(proxy=None):
old_resp = resp
resp = json_validate( schema, resp )
if json_is_error(resp):
if BLOCKSTACKT_TEST:
if BLOCKSTACK_TEST:
log.debug("invalid response: {}".format(old_resp))
return resp