Remove signature.rs indirection

This commit is contained in:
Michael Vines
2018-12-03 10:26:28 -08:00
parent 969016b9e4
commit c99f93e40a
52 changed files with 80 additions and 73 deletions

View File

@@ -598,8 +598,8 @@ mod test {
use logger;
use packet::{index_blobs, SharedBlob, BLOB_DATA_SIZE, BLOB_HEADER_SIZE, BLOB_SIZE};
use rand::{thread_rng, Rng};
use signature::{Keypair, KeypairUtil};
use solana_sdk::pubkey::Pubkey;
use solana_sdk::signature::{Keypair, KeypairUtil};
// use std::sync::{Arc, RwLock};
use window::WindowSlot;