Move vote_program out of src/

This commit is contained in:
Michael Vines
2018-12-04 07:45:32 -08:00
parent a594f56c02
commit ea6e042a6f
20 changed files with 241 additions and 193 deletions

View File

@@ -12,9 +12,11 @@ pub mod system_program;
pub mod timing;
pub mod token_program;
pub mod transaction;
pub mod vote_program;
extern crate bincode;
extern crate bs58;
extern crate byteorder;
extern crate generic_array;
extern crate log;
extern crate ring;