mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-19 00:55:09 +00:00
e59ceba51b
rpc/v2/json2 code has a bug where it treats all jsonrpc 2.0 request params like an 'object'. In accordance with the spec it could be both 'object' or an 'array'. Handle both cases.