whitespace

This commit is contained in:
Jude Nelson
2017-04-17 15:38:26 -04:00
parent 3812ae905b
commit d95e5d74ac

View File

@@ -1187,7 +1187,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
root_tombstones = datastore_sigs_info['root_tombstones']
sigs_info = datastore_sigs_info['datastore_sigs']
datastore_pubkey_hex = ses['app_public_key']
res = data.verify_datastore_info( datastore_info, sigs_info, datastore_pubkey_hex )
if not res:
return self._reply_json({'error': 'Unable to verify datastore info with {}'.format(datastore_pubkey_hex)}, status_code=403)