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

@ -440,7 +440,7 @@ mod tests {
use solana_sdk::system_instruction::SystemInstruction;
use std::fs::remove_dir_all;
use solana_sdk::vote_program::VoteProgram;
use vote_transaction::VoteTransaction;
use solana_sdk::vote_transaction::VoteTransaction;
#[test]
fn test_thin_client() {