Skip to content

Commit

Permalink
wip: add waste minimization
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Jan 26, 2024
1 parent dc0e5df commit 6ace16d
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 77 deletions.
1 change: 1 addition & 0 deletions benches/coin_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
black_box(target),
black_box(cost_of_change),
black_box(FeeRate::ZERO),
black_box(FeeRate::ZERO),
black_box(&mut utxo_pool),
)
.unwrap();
Expand Down
Loading

0 comments on commit 6ace16d

Please sign in to comment.