From a57c7ba5dfbe8e801ae97ee945ae1c6e56dbf68d Mon Sep 17 00:00:00 2001 From: SAITO Kosuke | Coinfra NFT Creator <54809007+saito-kosuke@users.noreply.github.com> Date: Mon, 28 Feb 2022 02:36:25 +0900 Subject: [PATCH] Change comments (#23366) * change url * change comment Co-authored-by: cosuke2000 --- programs/vote/src/vote_state/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/vote/src/vote_state/mod.rs b/programs/vote/src/vote_state/mod.rs index 4f3a812bf..1b61ecbe0 100644 --- a/programs/vote/src/vote_state/mod.rs +++ b/programs/vote/src/vote_state/mod.rs @@ -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;