Skip to content

Commit

Permalink
implicit args fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Dec 12, 2024
1 parent 661d7ba commit 6c55014
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/contract_bootloader/execute_entry_point.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,13 @@ func get_entry_point{range_check_ptr}(
// block_context - a global context that is fixed throughout the block.
// execution_context - The context for the current execution.
func execute_entry_point{
pedersen_ptr: HashBuiltin*,
range_check_ptr,
ecdsa_ptr,
bitwise_ptr: BitwiseBuiltin*,
poseidon_ptr: PoseidonBuiltin*,
ec_op_ptr,
keccak_ptr: KeccakBuiltin*,
poseidon_ptr: PoseidonBuiltin*,
builtin_ptrs: BuiltinPointers*,
builtin_params: BuiltinParams*,
pow2_array: felt*,
Expand Down

0 comments on commit 6c55014

Please sign in to comment.