Fix build: s/vote_instruction/vote_processor/ (#22511)
This commit is contained in:
parent
9c9f2dd5bd
commit
56ac26f90e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue