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 was archived by the owner on Nov 10, 2025. It is now read-only.
Some RPC methods (such as getbestblockhash) don't have any parameters. However, if the caller doesn't include an empty array in the request, ProcessRequestAsync returns an Invalid Request error message.
I recommend updating ProcessRequestAsync to validate the params property is an array if present and pass an empty array into the RPC method if not present