Remove feature switch handling for checking vote init (#20557)

This commit is contained in:
Justin Starry
2021-10-08 23:35:26 -04:00
committed by GitHub
parent d621994fee
commit db9336c99e
4 changed files with 33 additions and 50 deletions

View File

@@ -338,7 +338,6 @@ pub fn process_instruction(
keyed_accounts,
first_instruction_account + 2,
)?)?,
invoke_context.is_feature_active(&feature_set::check_init_vote_data::id()),
)
}
VoteInstruction::Authorize(voter_pubkey, vote_authorize) => vote_state::authorize(