Skip to content

Commit

Permalink
Change comments (solana-labs#23366)
Browse files Browse the repository at this point in the history
* change url

* change comment

Co-authored-by: cosuke2000 <[email protected]>
  • Loading branch information
saito-kosuke and cosuke2000 authored Feb 27, 2022
1 parent 2efb909 commit a57c7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/vote/src/vote_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod vote_state_0_23_5;
pub mod vote_state_versions;
pub use vote_state_versions::*;

// Maximum number of votes to keep around, tightly coupled with epoch_schedule::MIN_SLOTS_PER_EPOCH
// Maximum number of votes to keep around, tightly coupled with epoch_schedule::MINIMUM_SLOTS_PER_EPOCH
pub const MAX_LOCKOUT_HISTORY: usize = 31;
pub const INITIAL_LOCKOUT: usize = 2;

Expand Down

0 comments on commit a57c7ba

Please sign in to comment.