From 34de87aac5d1bc4004726bc943208d0ff886ddde Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:05:15 +0200 Subject: [PATCH] Update mod.rs --- client/rpc-v2/api/src/eth/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/rpc-v2/api/src/eth/mod.rs b/client/rpc-v2/api/src/eth/mod.rs index 704ef9521a..93b7dd1383 100644 --- a/client/rpc-v2/api/src/eth/mod.rs +++ b/client/rpc-v2/api/src/eth/mod.rs @@ -178,7 +178,7 @@ pub trait EthExecuteApi { // block_overrides: Option, ) -> RpcResult; - /// Generates and returns an estimate of hou much gas is necessary to allow the transaction to complete. + /// Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. #[method(name = "estimateGas")] async fn estimate_gas( &self,