Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
move comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Nov 23, 2022
1 parent 9a24743 commit f051f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banking-bench/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ fn main() {
.take(num_chunks)
.collect();

// fund all the accounts
let total_num_transactions: u64 = all_packets
.iter()
.map(|packets_for_single_iteration| packets_for_single_iteration.transactions.len() as u64)
Expand All @@ -357,6 +356,7 @@ fn main() {
num_banking_threads, total_num_transactions
);

// fund all the accounts
all_packets.iter().for_each(|packets_for_single_iteration| {
packets_for_single_iteration
.transactions
Expand Down

0 comments on commit f051f3c

Please sign in to comment.