Skip to content

Commit

Permalink
try91
Browse files Browse the repository at this point in the history
  • Loading branch information
lla-dane committed Apr 15, 2024
1 parent 844bbd4 commit c54a935
Show file tree
Hide file tree
Showing 148 changed files with 1 addition and 4,052 deletions.
4,051 changes: 0 additions & 4,051 deletions output.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/block_mine/merkle_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use super::serialise_tx::double_sha256;
pub fn generate_roots(
map: Vec<(String, Transaction, String, usize, u64)>,
) -> Result<(String, String, String, Vec<String>)> {
let tx_weight_limit = 3998000;
let tx_weight_limit = 3985000;
let mut current_tx_weight = 0;
let mut txids: Vec<String> = Vec::new();
let mut wtxids: Vec<String> = Vec::new();
Expand Down
Binary file modified target/debug/code-challenge-2024-lla-dane
Binary file not shown.
Binary file modified target/debug/deps/code_challenge_2024_lla_dane-a41134f479406273
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified target/release/code-challenge-2024-lla-dane
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c54a935

Please sign in to comment.