From 37ab00d3610a869d46ed1a906025eb4e5f2c228a Mon Sep 17 00:00:00 2001 From: Ashwin Sekar Date: Wed, 19 Apr 2023 15:44:56 -0600 Subject: [PATCH] Link issue for vote state latency feature gate (#31266) --- 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 fdea815746..c8f9646d77 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()