Change comments (#23366)

* change url

* change comment

Co-authored-by: cosuke2000 <saitou@matchingood.co.jp>
This commit is contained in:
SAITO Kosuke | Coinfra NFT Creator 2022-02-28 02:36:25 +09:00 committed by GitHub
parent 2efb909051
commit a57c7ba5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;