Skip to content

Commit

Permalink
wip: Add waste calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Jan 30, 2024
1 parent f12a376 commit 40a515a
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 74 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 40a515a

Please sign in to comment.