Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
futreall authored Dec 28, 2024
1 parent efd7fe4 commit 34de87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc-v2/api/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pub trait EthExecuteApi {
// block_overrides: Option<BlockOverrides>,
) -> RpcResult<Bytes>;

/// 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,
Expand Down

0 comments on commit 34de87a

Please sign in to comment.