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

@@ -7,8 +7,8 @@ use solana::entry::reconstruct_entries_from_blobs;
use solana::ledger::{next_entries, Block};
use solana::signature::{Keypair, KeypairUtil};
use solana::system_transaction::SystemTransaction;
use solana::transaction::Transaction;
use solana_sdk::hash::{hash, Hash};
use solana_sdk::transaction::Transaction;
use test::Bencher;
#[bench]