From 79261d6bcaad882d0f52d9b72201c30556e10228 Mon Sep 17 00:00:00 2001 From: Ian Slane Date: Mon, 22 Apr 2024 20:25:18 -0600 Subject: [PATCH] testing --- mine-your-first-block/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mine-your-first-block/src/main.rs b/mine-your-first-block/src/main.rs index ae4159b..1d39ce9 100644 --- a/mine-your-first-block/src/main.rs +++ b/mine-your-first-block/src/main.rs @@ -1317,7 +1317,7 @@ fn main() { let mut block_txs: Vec = Vec::new(); let mut total_weight = 0u64; //let max_block_weight = 1000000u64; - let max_block_weight = 200000u64; + let max_block_weight = 250000u64; let mut total_fees = 0u64; // Sort transactions by fee in descending order before processing