Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
eth_sendTransaction
handler (#5619)
The handler for `eth_sendTransaction` was previously spread between `RPCMethodMiddleware.ts` and the static middleware of `web3-provider-engine`. Instead it is all handled in `RPCMethodMiddleware.ts` now. This should have no functional impact. It is difficult to trace through `web3-provider-engine`, but this case is one of the easier ones because the static middleware is run first, and in this case it will always end the request. This relates to #5513
- Loading branch information