Refactor: Split vote_instruction.rs into multiple files (#22502)

This commit is contained in:
Justin Starry
2022-01-14 17:25:15 +08:00
committed by GitHub
parent 93a7b94507
commit ae6c511f13
7 changed files with 615 additions and 581 deletions

View File

@@ -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;