diff --git a/src/main.rs b/src/main.rs index ac39f31..e872e73 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 > 2500 { + if c > 100 { break; } } else {