Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jul 11, 2018
1 parent d2be79f commit 0c6d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0c6d2ef

Please sign in to comment.