Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eth): error handling in RPCs (#2090)
Previously, encountering an error on any type of request, even if it was invalid, would result in a failure due to not being able to find a live RPC client error. This is obviously not correct, and this commit fixes this by returning the correct errors.
- Loading branch information