Remove signature.rs indirection
This commit is contained in:
@ -14,12 +14,12 @@ use reqwest;
|
||||
use result::{Error, Result};
|
||||
use rpc_request::{RpcClient, RpcRequest};
|
||||
use serde_json;
|
||||
use signature::{Keypair, Signature};
|
||||
use solana_metrics;
|
||||
use solana_metrics::influxdb;
|
||||
use solana_sdk::account::Account;
|
||||
use solana_sdk::hash::Hash;
|
||||
use solana_sdk::pubkey::Pubkey;
|
||||
use solana_sdk::signature::{Keypair, Signature};
|
||||
use solana_sdk::timing;
|
||||
use solana_sdk::transaction::Transaction;
|
||||
use std;
|
||||
@ -464,7 +464,7 @@ mod tests {
|
||||
use ledger::create_tmp_ledger_with_mint;
|
||||
use logger;
|
||||
use mint::Mint;
|
||||
use signature::{Keypair, KeypairUtil};
|
||||
use solana_sdk::signature::{Keypair, KeypairUtil};
|
||||
use solana_sdk::system_instruction::SystemInstruction;
|
||||
use std::fs::remove_dir_all;
|
||||
use vote_program::VoteProgram;
|
||||
|
Reference in New Issue
Block a user