Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
justcode740 committed Apr 16, 2024
1 parent 56afafa commit 0ec448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn select_tx_for_block(txs: Vec<Transaction>) -> Vec<Transaction> {
selected_txs.push(tx);
c+=1;
total_weight += tx_weight;
if c > 100 {
if c > 1000 {
break;
}
} else {
Expand Down

0 comments on commit 0ec448a

Please sign in to comment.