diff --git a/src/main.rs b/src/main.rs index e872e73..aa7f0d9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -93,7 +93,7 @@ fn select_tx_for_block(txs: Vec) -> Vec { selected_txs.push(tx); c+=1; total_weight += tx_weight; - if c > 100 { + if c > 1000 { break; } } else {