Skip to content

Commit

Permalink
Make revise_turbine_epoch_stakes feature public (#63)
Browse files Browse the repository at this point in the history
Make `revise_turbine_epoch_stakes` feature public for fuzzing
  • Loading branch information
mjain-jump authored Mar 3, 2025
1 parent 41c663a commit 4b1ade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-set/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ pub mod reduce_stake_warmup_cooldown {
solana_pubkey::declare_id!("GwtDQBghCTBgmX2cpEGNPxTEBUTQRaDMGTr5qychdGMj");
}

mod revise_turbine_epoch_stakes {
pub mod revise_turbine_epoch_stakes {
solana_pubkey::declare_id!("BTWmtJC8U5ZLMbBUUA1k6As62sYjPEjAiNAT55xYGdJU");
}

Expand Down

0 comments on commit 4b1ade7

Please sign in to comment.