Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
justcode740 committed Apr 13, 2024
1 parent 13ad793 commit e299efb
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 @@ -78,7 +78,7 @@ fn select_tx_for_block(txs: Vec<Transaction>) -> Vec<Transaction> {
// }
// res
println!("{:?}", txs.len());
txs[..2000].to_vec()
txs[..1500].to_vec()
}

fn main() {
Expand Down

0 comments on commit e299efb

Please sign in to comment.