Move Vote program out of the SDK

This commit is contained in:
Greg Fitzgerald
2019-03-02 14:51:26 -07:00
committed by Michael Vines
parent b99e3eafdd
commit 1edf6c361e
31 changed files with 207 additions and 151 deletions

View File

@@ -18,8 +18,6 @@ pub mod timing;
pub mod token_program;
pub mod transaction;
pub mod transaction_builder;
pub mod vote_program;
pub mod vote_transaction;
#[macro_use]
extern crate serde_derive;