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 3580ade commit 329d613Copy full SHA for 329d613
crates/cheatnet/src/runtime_extensions/call_to_blockifier_runtime_extension/execution/cheated_syscalls.rs
@@ -280,7 +280,9 @@ fn meta_tx_v0(
280
signature: TransactionSignature,
281
remaining_gas: &mut u64,
282
) -> SyscallResult<ReadOnlySegment> {
283
- syscall_handler.increment_linear_factor_by(&SyscallSelector::MetaTxV0, calldata.0.len());
+ syscall_handler
284
+ .base
285
+ .increment_syscall_linear_factor_by(&SyscallSelector::MetaTxV0, calldata.0.len());
286
287
if syscall_handler.base.context.execution_mode == ExecutionMode::Validate {
288
//region: Modified blockifier code
0 commit comments