Skip to content

Commit

Permalink
Hardcode libsecp256k1_fail_on_bad_count and libsecp256k1_fail_on_bad_…
Browse files Browse the repository at this point in the history
…count2
  • Loading branch information
mjain-jump committed Sep 10, 2024
1 parent 7a65271 commit 28408ba
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 28408ba

Please sign in to comment.