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

@ -439,7 +439,7 @@ mod tests {
use solana_sdk::signature::{Keypair, KeypairUtil};
use solana_sdk::system_instruction::SystemInstruction;
use std::fs::remove_dir_all;
use vote_program::VoteProgram;
use solana_sdk::vote_program::VoteProgram;
use vote_transaction::VoteTransaction;
#[test]