Fix build: s/vote_instruction/vote_processor/ (#22511)

This commit is contained in:
Brooks Prumo 2022-01-14 11:35:14 -06:00 committed by GitHub
parent 9c9f2dd5bd
commit 56ac26f90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ fn do_bench(bencher: &mut Bencher, feature: Option<Pubkey>) {
let first_instruction_account = 1;
assert_eq!(
solana_vote_program::vote_instruction::process_instruction(
solana_vote_program::vote_processor::process_instruction(
first_instruction_account,
&instruction.data,
&mut invoke_context