You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/execution/deprecated_execute_entry_point.cairo
Copy file name to clipboardExpand all lines: crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/execution/execute_entry_point.cairo
Copy file name to clipboardExpand all lines: crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/execution/execute_transactions.cairo
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ func charge_fee{
337
337
assert_nn_le(calldata.amount.low, max_fee);
338
338
339
339
// TODO(ilya, 01/01/2026): Consider caching the fee_token_class_hash.
340
-
local fee_token_address = block_context.starknet_os_config.fee_token_address;
340
+
local fee_token_address = block_context.os_global_context.starknet_os_config.fee_token_address;
341
341
let (fee_state_entry: StateEntry*) = dict_read{dict_ptr=contract_state_changes}(
0 commit comments