We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172907b commit 50ac9f6Copy full SHA for 50ac9f6
harness/src/sysvar.rs
@@ -44,7 +44,7 @@ impl Default for Sysvars {
44
};
45
46
let mut stake_history = StakeHistory::default();
47
- stake_history.add(clock.slot, StakeHistoryEntry::default());
+ stake_history.add(clock.epoch, StakeHistoryEntry::default());
48
49
Self {
50
clock,
0 commit comments