Change comments (#23366)
* change url * change comment Co-authored-by: cosuke2000 <saitou@matchingood.co.jp>
This commit is contained in:
parent
2efb909051
commit
a57c7ba5df
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue