Skip to content

Commit

Permalink
Merge pull request #8 from regolith-labs/hardhat/sample-count
Browse files Browse the repository at this point in the history
double the sample count
  • Loading branch information
HardhatChad authored Jan 28, 2025
2 parents c0bb919 + a3697f4 commit bb8a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub const INITIALIZER_ADDRESS: Pubkey = pubkey!("HBUh9g46wk2X89CvaNN15UmsznP59rh
pub const BOOST_DENOMINATOR: u64 = 1000;

/// The number of attempts (random samples) a miner gets to reserve a boost multiplier.
pub const ROTATION_SAMPLE_COUNT: u64 = 5;
pub const ROTATION_SAMPLE_COUNT: u64 = 15;

/// The seed of the boost PDA.
pub const BOOST: &[u8] = b"boost";
Expand Down

0 comments on commit bb8a870

Please sign in to comment.