smol-dot/smoldot

`rpc_methods` returns a wrong interface

josepot opened this issue · 0 comments

According rpc_methods the return value of the rpc_methods request is meant to be an Array of strings:

Array of strings indicating the names of all the JSON-RPC functions supported by the JSON-RPC server, including this one.

However, smoldot returns an object with a single method property which value contains the Array of strings.