Skip to content

Commit

Permalink
create EpochSchedule without warmup (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe authored and buffalojoec committed Dec 4, 2024
1 parent 8a33c06 commit 7902bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/src/sysvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Default for Sysvars {
fn default() -> Self {
let clock = Clock::default();
let epoch_rewards = EpochRewards::default();
let epoch_schedule = EpochSchedule::default();
let epoch_schedule = EpochSchedule::without_warmup();
let last_restart_slot = LastRestartSlot::default();
let rent = Rent::default();

Expand Down

0 comments on commit 7902bdb

Please sign in to comment.