Skip to content

Commit

Permalink
Merge pull request #114 from firedancer-io/mjain/overwrite-genesis-ep…
Browse files Browse the repository at this point in the history
…och-schedule

Hardcode `libsecp256k1_fail_on_bad_count` and `libsecp256k1_fail_on_bad_count2`
  • Loading branch information
mjain-jump authored Sep 10, 2024
2 parents 467740a + 28408ba commit 3102f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ macro_rules! feature_list {
}

pub static HARDCODED_FEATURES: &[u64] = feature_list![
libsecp256k1_fail_on_bad_count,
libsecp256k1_fail_on_bad_count2,
secp256k1_program_enabled,
spl_token_v2_multisig_fix,
no_overflow_rent_distribution,
Expand Down

0 comments on commit 3102f55

Please sign in to comment.