Skip to content

Commit

Permalink
try78
Browse files Browse the repository at this point in the history
  • Loading branch information
lla-dane committed Apr 20, 2024
1 parent 366f886 commit 0f2d9d8
Show file tree
Hide file tree
Showing 151 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0400000000000000000000000000000000000000000000000000000000000000000000003b298ac9377dabd2c8a6749f8cca80cd63322410896f086209dd7c8dc63b2dc2d0a22366ffff001f5d2f0000
010000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff2503a0bb0d184d696e656420627920416e74506f6f6c373946205b8160a4256c0000946e0100ffffffff0240850928000000001976a914edf10a7fac6b32e24daa5305c723f3de58db1bc888ac0000000000000000266a24aa21a9ed7712acfca3e3158b11a7cd562024b75e6bb9e11f82055716eb27ec668c43328f0120000000000000000000000000000000000000000000000000000000000000000000000000
ecf6635ac7e6e8616c1673cf9a714734591dc90e9655bf5089f8150df7c2583d
040000000000000000000000000000000000000000000000000000000000000000000000bda0a60ee8a607d5fd8380d6d7c12c61538cb6418cd5d22b8407e186524fbb1eb4a32366ffff001fdac90100
010000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff2503a0bb0d184d696e656420627920416e74506f6f6c373946205b8160a4256c0000946e0100ffffffff02bc7e0928000000001976a914edf10a7fac6b32e24daa5305c723f3de58db1bc888ac0000000000000000266a24aa21a9ed5779c9b24eda7c1e93615e9a6825d55c28039eae47884fffca2a4c772db370d90120000000000000000000000000000000000000000000000000000000000000000000000000
2b4ad97be13dcb5b0f5b9b5a6304720fcc63eded9111e71f7e862a50ac10f017
4ab3cc4296fee78153d60d2884323a84260157db0b83a72309272f109ad9dd32
99bf982da397947eb0999292e909c17c78d884e18d3e59ac03fd2aa7f0241c7e
dcd522b3588c7adb0418454539e1a929fff936f211e5a20383fdcbc3ad8751b9
Expand Down Expand Up @@ -4453,4 +4453,3 @@ f9e5433b26afe90ec9483f41b8d2213d37cdff6297d285e905bd2c0208558f70
ae09e99a972c9662daed5b3bd34e5a1c97896c9e242ccce934e6bda548f6b281
dba982ad16ab90b15580fd26cc2de70440a237b7fe2596bcf6a8715e16c04e67
d5008f629a92dda8de8d4f6d259115c86c4569ac8f147d66f1412b49fc800357
a1dcb5610150ae850afe21806b404c36be87e5849b289038a3a4857d9dba6148
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 = 3997000;
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 0f2d9d8

Please sign in to comment.