Refactor: Split vote_instruction.rs into multiple files (#22502)
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
||||
pub mod authorized_voters;
|
||||
pub mod vote_error;
|
||||
pub mod vote_instruction;
|
||||
pub mod vote_processor;
|
||||
pub mod vote_state;
|
||||
pub mod vote_transaction;
|
||||
|
||||
|
Reference in New Issue
Block a user