Skip to content

Commit

Permalink
fix(blockifier): remove syscall selector from send_message_to_l1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Nov 13, 2024
1 parent 1d43ebb commit 7aa546a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/blockifier/src/execution/native/syscall_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ impl<'state> StarknetSyscallHandler for &mut NativeSyscallHandler<'state> {
) -> SyscallResult<()> {
self.pre_execute_syscall(
remaining_gas,
SyscallSelector::SendMessageToL1,
self.context.gas_costs().send_message_to_l1_gas_cost,
)?;

Expand Down

0 comments on commit 7aa546a

Please sign in to comment.