Skip to content

Commit

Permalink
chore: fix some comments (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: reallylowest <sunjinping@outlook.com>
  • Loading branch information
reallylowest committed Mar 29, 2024
1 parent 4909334 commit eccb0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/transaction.rs
Expand Up @@ -87,7 +87,7 @@ pub struct Receipt {
pub cumulative_gas_used: U256,
/// Gas used by this transaction alone.
///
/// Gas used is `None` if the the client is running in light client mode.
/// Gas used is `None` if the client is running in light client mode.
#[serde(rename = "gasUsed")]
pub gas_used: Option<U256>,
/// Contract address created, or `None` if not a deployment.
Expand Down

0 comments on commit eccb0aa

Please sign in to comment.