From b99e838f0a269906843c7304eda8dac2fe4ff40e Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Fri, 24 May 2024 12:32:46 +0200 Subject: [PATCH] WIP --- cairo0-bootloader/execution/execute_entry_point.cairo | 1 + 1 file changed, 1 insertion(+) diff --git a/cairo0-bootloader/execution/execute_entry_point.cairo b/cairo0-bootloader/execution/execute_entry_point.cairo index 02a9e71..c7a44ab 100644 --- a/cairo0-bootloader/execution/execute_entry_point.cairo +++ b/cairo0-bootloader/execution/execute_entry_point.cairo @@ -224,6 +224,7 @@ func execute_entry_point{ call abs contract_entry_point; %{ vm_exit_scope() %} + // Retrieve returned_builtin_ptrs_subset. // Note that returned_builtin_ptrs_subset cannot be set in a hint because doing so will allow a // malicious prover to lie about the storage changes of a valid contract.