From 0f4defcf909870093d571af347b16fbb14fc5197 Mon Sep 17 00:00:00 2001 From: ashwin sekar Date: Tue, 18 Apr 2023 22:57:45 -0700 Subject: [PATCH] Link issue for vote state latency feature gate --- sdk/src/feature_set.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs index fdea8157469dc2..c8f9646d773d35 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -816,7 +816,7 @@ lazy_static! { (simplify_writable_program_account_check::id(), "Simplify checks performed for writable upgradeable program accounts #30559"), (stop_truncating_strings_in_syscalls::id(), "Stop truncating strings in syscalls #31029"), (clean_up_delegation_errors::id(), "Return InsufficientDelegation instead of InsufficientFunds or InsufficientStake where applicable #31206"), - (vote_state_add_vote_latency::id(), "replace Lockout with LandedVote (including vote latency) in vote state"), + (vote_state_add_vote_latency::id(), "replace Lockout with LandedVote (including vote latency) in vote state #31264"), /*************** ADD NEW FEATURES HERE ***************/ ] .iter()