Constant solana_program::epoch_schedule::MINIMUM_SLOTS_PER_EPOCH
source ยท pub const MINIMUM_SLOTS_PER_EPOCH: u64 = 32;
Expand description
The minimum number of slots per epoch during the warmup period.
Based on MAX_LOCKOUT_HISTORY
from vote_program
.