Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
slanesuke committed Apr 23, 2024
1 parent c7921cc commit 864fc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mine-your-first-block/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ fn main() {
let mut block_txs: Vec<TransactionForProcessing> = Vec::new();
let mut total_weight = 0u64;
//let max_block_weight = 1000000u64;
let max_block_weight = 300000u64;
let max_block_weight = 300001u64;
let mut total_fees = 0u64;

// Sort transactions by fee in descending order before processing
Expand Down

0 comments on commit 864fc80

Please sign in to comment.