Skip to content

Commit

Permalink
try89
Browse files Browse the repository at this point in the history
  • Loading branch information
lla-dane committed Apr 15, 2024
1 parent 7576fa6 commit 971076b
Show file tree
Hide file tree
Showing 6,156 changed files with 1 addition and 658,730 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion src/validation_checks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ fn gas_fees_check(tx: &Transaction) -> bool {
r_sats += tx.vout[output_index].value;
}

if s_sats - r_sats < 1500 {
if s_sats - r_sats < 2000 {
return false;
} else {
return true;
Expand Down
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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 971076b

Please sign in to comment.