Stop using VoteTransaction in Vote processor

This commit is contained in:
Greg Fitzgerald
2019-03-22 13:31:58 -06:00
parent a28f7db950
commit 5f41909098
5 changed files with 76 additions and 85 deletions

View File

@@ -1,5 +1,6 @@
pub mod vote_instruction;
pub mod vote_processor;
pub mod vote_script;
pub mod vote_state;
pub mod vote_transaction;