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
JSON-RPC specification doesn't say anything about version field in the root of response/requests objects. If it is needed to store protocol version it can use params, result, or method name to be compatible with JSON RPC.
https://github.com/aeternity/protocol/blob/master/node/api/examples/channels/json-rpc/sc_ws_basic_open_close.md
JSON-RPC specification doesn't say anything about
version
field in the root of response/requests objects. If it is needed to store protocol version it can useparams
,result
, or method name to be compatible with JSON RPC.similar issue: aeternity/AEXs#24
The text was updated successfully, but these errors were encountered: