Constant solana_sdk::epoch_schedule::MINIMUM_SLOTS_PER_EPOCH

source ·
pub const MINIMUM_SLOTS_PER_EPOCH: u64 = 32; // 32u64
Expand description

The minimum number of slots per epoch during the warmup period.

Based on MAX_LOCKOUT_HISTORY from vote_program.