default app_public_keys is an array

This commit is contained in:
Jude Nelson
2017-06-22 17:41:31 -04:00
parent bcde516f5e
commit acd22ee0be

View File

@@ -464,7 +464,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
# legacy; fill in defaults
app_public_key = str(decoded_token['payload']['app_public_key'])
app_private_key = '0000000000000000000000000000000000000000000000000000000000000001'
app_public_keys = {}
app_public_keys = []
requester_device_id = ''
blockchain_id = None