Skip to content

Commit

Permalink
replace feature gate key to start with zk..
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Jun 11, 2024
1 parent a2218f4 commit 17aa2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ pub mod migrate_config_program_to_core_bpf {
}

pub mod zk_elgamal_proof_program_enabled {
solana_sdk::declare_id!("B6ehYoZirDwWHFoQwujCjMcpxTFfvxvWAnHw5wKGu7hT");
solana_sdk::declare_id!("zkhiy5oLowR7HY4zogXjCjeMXyruLqBwSWH21qcFtnv");
}

lazy_static! {
Expand Down

0 comments on commit 17aa2fa

Please sign in to comment.