Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Mar 7, 2022
1 parent ddb60b0 commit b6915ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class HttpClient {
switch (method) {
case "eth_sendRawTransaction":
isWriteRequest = true;
break;
// Should always be from the latest block
case "eth_blockNumber":
case "eth_estimateGas":
Expand Down

0 comments on commit b6915ed

Please sign in to comment.