This commit is contained in:
Greg Fitzgerald
2018-07-10 16:59:31 -06:00
committed by Greg Fitzgerald
parent d2be79f38c
commit 0c6d2ef1f4

View File

@ -34,7 +34,7 @@ fn bench_process_transaction(bencher: &mut Bencher) {
let tx = Transaction::new(&rando0, rando1.pubkey(), 1, last_id);
assert!(bank.process_transaction(&tx.clone()).is_ok());
// Finally, return a the transaction to benchmark.
// Finally, return the transaction to the benchmark.
tx
})
.collect();