From b29a4024bed6fe9b0e3ac821245b3e8119d980a0 Mon Sep 17 00:00:00 2001 From: Kunal Bhargava Date: Fri, 13 Dec 2024 19:16:39 +0000 Subject: [PATCH] disable_account_loader_special_case --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 16a064e..e255bc5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -262,6 +262,7 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![ partitioned_epoch_rewards_superfeature, get_sysvar_syscall_enabled, migrate_feature_gate_program_to_core_bpf, + disable_account_loader_special_case, ]; // If the `CORE_BPF_PROGRAM_ID` variable is set, declares the default compute