Skip to content

Commit

Permalink
fix: compilation error after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 14, 2024
1 parent 0e3363b commit edde72b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ pub fn execute_entry_point_call(

fn run_native_executor(
native_executor: &AotNativeExecutor,
function_id: &FunctionId,
function_id: FunctionId,
call: CallEntryPoint,
mut syscall_handler: NativeSyscallHandler<'_>,
) -> EntryPointExecutionResult<CallInfo> {
let execution_result = native_executor.invoke_contract_dynamic(
function_id,
&function_id,
&call.calldata.0,
Some(call.initial_gas.into()),
&mut syscall_handler,
Expand Down

0 comments on commit edde72b

Please sign in to comment.