diff --git a/src/types/transaction.rs b/src/types/transaction.rs index 5a0e149b..e481979a 100644 --- a/src/types/transaction.rs +++ b/src/types/transaction.rs @@ -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, /// Contract address created, or `None` if not a deployment.