Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix: lowercase eth_call
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored and gakonst committed Aug 29, 2021
1 parent 9339cdb commit 5f36499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/src/transports/quorum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl<T: JsonRpcClientWrapper> QuorumProvider<T> {
/// Normalizes the request payload depending on the call
async fn normalize_request(&self, method: &str, params: &mut Value) {
match method {
"eth_Call"
"eth_call"
| "eth_createAccessList"
| "eth_getStorageAt"
| "eth_getCode"
Expand Down

0 comments on commit 5f36499

Please sign in to comment.