Skip to content

Commit

Permalink
Merge pull request #117 from HerodotusDev/contract_bootloader_builtin…
Browse files Browse the repository at this point in the history
…s_fix

implicit args fixes
  • Loading branch information
petscheit authored Dec 12, 2024
2 parents 661d7ba + 6c55014 commit 49a5199
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 49a5199

Please sign in to comment.