Link issue for vote state latency feature gate (#31266)

This commit is contained in:
Ashwin Sekar 2023-04-19 15:44:56 -06:00 committed by GitHub
parent b4ea10413f
commit 37ab00d361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()