You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
similar to earlier bugs #38#35 there are two issues in the json structure:
in the encrypted response we have a redundant field EncryptedResponse:
prefix: b"Enigma Message",
data: **EncryptedResponse:** enc([(address, stateKey)]),
pubkey: 'DH pubkey',
id: '12-bytes-msgID',
}```
2. in the result received on the PTTResponse call, we are **missing** a field `errors`:
```{
id : <unique_request_id>,
type : GetPTTRequest,
result: {
**errors:** [{address, status}]
}
}```
The text was updated successfully, but these errors were encountered:
similar to earlier bugs #38 #35 there are two issues in the json structure:
EncryptedResponse
:The text was updated successfully, but these errors were encountered: