Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcserver: Fix Error message returned by processRequest
When processRequest can't find a rpc command, standardCmdResult returns a `btcjson.ErrRPCMethodNotFound` but it gets ignored and a `btcjson.ErrRPCInvalidRequest` is returned instead. This makes processRequest return the right error message.
- Loading branch information