Skip to content

Commit

Permalink
update stake_state.rs comment (#1203)
Browse files Browse the repository at this point in the history
boostrap -> bootstrap
  • Loading branch information
eltociear authored May 6, 2024
1 parent 118cb0f commit 66f931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/stake/src/stake_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ mod tests {
}];
// give 2 epochs of cooldown
let epochs = 7;
// make boostrap stake smaller than warmup so warmup/cooldownn
// make bootstrap stake smaller than warmup so warmup/cooldownn
// increment is always smaller than 1
let bootstrap = (warmup_cooldown_rate(0, None) * 100.0 / 2.0) as u64;
let stake_history =
Expand Down

0 comments on commit 66f931a

Please sign in to comment.