pub const MINIMUM_SLOTS_PER_EPOCH: u64 = 32; // 32u64Expand description
The minimum number of slots per epoch during the warmup period.
Based on MAX_LOCKOUT_HISTORY from vote_program.
pub const MINIMUM_SLOTS_PER_EPOCH: u64 = 32; // 32u64The minimum number of slots per epoch during the warmup period.
Based on MAX_LOCKOUT_HISTORY from vote_program.