Fix typo
This commit is contained in:
parent
d2be79f38c
commit
0c6d2ef1f4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue