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 committed Nov 13, 2024
1 parent 132c30e commit 90980d0
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 90980d0

Please sign in to comment.