We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4909334 commit eccb0aaCopy full SHA for eccb0aa
src/types/transaction.rs
@@ -87,7 +87,7 @@ pub struct Receipt {
87
pub cumulative_gas_used: U256,
88
/// Gas used by this transaction alone.
89
///
90
- /// 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.
91
#[serde(rename = "gasUsed")]
92
pub gas_used: Option<U256>,
93
/// Contract address created, or `None` if not a deployment.
0 commit comments