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 aa3cc0f commit f59a696Copy full SHA for f59a696
crates/chisel/src/runner.rs
@@ -79,7 +79,7 @@ impl ChiselRunner {
79
///
80
/// ### Returns
81
82
- /// Optionally, a tuple containing the deployed address of the bytecode as well as a
+ /// A tuple containing the deployed address of the bytecode as well as a
83
/// [ChiselResult] containing information about the result of the call to the deployed REPL
84
/// contract.
85
pub fn run(&mut self, bytecode: Bytes) -> Result<(Address, ChiselResult)> {
@@ -173,7 +173,7 @@ impl ChiselRunner {
173
}
174
175
176
- // reset gas limit in the
+ // reset gas limit in the executor environment to its original value
177
self.executor.env_mut().tx.gas_limit = init_gas_limit;
178
179
0 commit comments