Remove feature switch handling for checking vote init (#20557)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user