Skip to content

Commit eccb0aa

Browse files
author
reallylowest
authored
chore: fix some comments (#724)
Signed-off-by: reallylowest <[email protected]>
1 parent 4909334 commit eccb0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub struct Receipt {
8787
pub cumulative_gas_used: U256,
8888
/// Gas used by this transaction alone.
8989
///
90-
/// Gas used is `None` if the the client is running in light client mode.
90+
/// Gas used is `None` if the client is running in light client mode.
9191
#[serde(rename = "gasUsed")]
9292
pub gas_used: Option<U256>,
9393
/// Contract address created, or `None` if not a deployment.

0 commit comments

Comments
 (0)