Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Nov 25, 2024
1 parent 4669651 commit 9399fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl AotContractExecutor {
/// - builtin_costs: An optional argument to customize the costs of the builtins.
/// - syscall_handler: The syscall handler implementation to use when executing the contract.
///
/// This method doesn't do any gas accounting, meaning it wont substract the initial gas cost of the entry point from the given gas.
/// The entry point gas cost is not deducted from the gas counter.
pub fn run(
&self,
selector: Felt,
Expand Down

0 comments on commit 9399fca

Please sign in to comment.