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

@ -2,7 +2,6 @@ extern crate bincode;
extern crate elf;
extern crate serde_derive;
extern crate solana;
#[cfg(feature = "bpf_c")]
extern crate solana_sdk;
use solana::bank::Bank;