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

@ -35,7 +35,8 @@ use {
transaction::Transaction,
},
solana_vote_program::{
vote_instruction::{self, withdraw, VoteError},
vote_error::VoteError,
vote_instruction::{self, withdraw},
vote_state::{VoteAuthorize, VoteInit, VoteState},
},
std::sync::Arc,