Skip to content

Commit

Permalink
try79
Browse files Browse the repository at this point in the history
  • Loading branch information
lla-dane committed Apr 20, 2024
1 parent 0f2d9d8 commit 0e7d6c0
Show file tree
Hide file tree
Showing 151 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
040000000000000000000000000000000000000000000000000000000000000000000000bda0a60ee8a607d5fd8380d6d7c12c61538cb6418cd5d22b8407e186524fbb1eb4a32366ffff001fdac90100
040000000000000000000000000000000000000000000000000000000000000000000000bda0a60ee8a607d5fd8380d6d7c12c61538cb6418cd5d22b8407e186524fbb1e79a42366ffff001f0c120000
010000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff2503a0bb0d184d696e656420627920416e74506f6f6c373946205b8160a4256c0000946e0100ffffffff02bc7e0928000000001976a914edf10a7fac6b32e24daa5305c723f3de58db1bc888ac0000000000000000266a24aa21a9ed5779c9b24eda7c1e93615e9a6825d55c28039eae47884fffca2a4c772db370d90120000000000000000000000000000000000000000000000000000000000000000000000000
2b4ad97be13dcb5b0f5b9b5a6304720fcc63eded9111e71f7e862a50ac10f017
4ab3cc4296fee78153d60d2884323a84260157db0b83a72309272f109ad9dd32
Expand Down
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 = 3997000;
let tx_weight_limit = 3993000;
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 0e7d6c0

Please sign in to comment.