Move vote_transaction out of src/

This commit is contained in:
Michael Vines
2018-12-04 15:05:41 -08:00
parent 9ee858a00c
commit 7af95eadcc
11 changed files with 50 additions and 51 deletions

View File

@@ -19,6 +19,7 @@ pub mod timing;
pub mod token_program;
pub mod transaction;
pub mod vote_program;
pub mod vote_transaction;
extern crate bincode;
extern crate bs58;