This commit is contained in:
Hardhat Chad
2025-08-11 12:54:19 -07:00
parent a322109a6d
commit 716383bba2

View File

@@ -68,7 +68,7 @@ pub const DENOMINATOR_BPS: u64 = 10_000;
pub const INITIAL_BLOCK_DURATION: u64 = 1500;
/// Window to submit hashes, in slots.
pub const INITIAL_SNIPER_FEE_DURATION: u64 = 100;
pub const INITIAL_SNIPER_FEE_DURATION: u64 = 50;
/// Window to submit hashes, in slots.
pub const MINING_WINDOW: u64 = 1500;