From 56ac26f90e41001d0c1fdaf8c779c13b6e2d5606 Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Fri, 14 Jan 2022 11:35:14 -0600 Subject: [PATCH] Fix build: s/vote_instruction/vote_processor/ (#22511) --- programs/vote/benches/process_vote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/vote/benches/process_vote.rs b/programs/vote/benches/process_vote.rs index 322e25985a..16454ddea9 100644 --- a/programs/vote/benches/process_vote.rs +++ b/programs/vote/benches/process_vote.rs @@ -153,7 +153,7 @@ fn do_bench(bencher: &mut Bencher, feature: Option) { 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