mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-18 20:06:05 +08:00
default app_public_keys is an array
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user