Delete stub src/transaction.rs

This commit is contained in:
Michael Vines
2018-11-29 16:18:47 -08:00
parent de910e1169
commit 0878bd53d9
37 changed files with 48 additions and 56 deletions

View File

@ -21,6 +21,7 @@ use solana_sdk::account::Account;
use solana_sdk::hash::Hash;
use solana_sdk::pubkey::Pubkey;
use solana_sdk::timing;
use solana_sdk::transaction::Transaction;
use std;
use std::collections::HashMap;
use std::io;
@ -31,7 +32,6 @@ use std::thread::sleep;
use std::time::Duration;
use std::time::Instant;
use system_transaction::SystemTransaction;
use transaction::Transaction;
/// An object for querying and sending transactions to the network.
pub struct ThinClient {