Skip to content

Commit

Permalink
wip: fix index to wieghted_utxo mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Jan 18, 2024
1 parent 8e6a1e0 commit f12a376
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 98 deletions.
2 changes: 1 addition & 1 deletion benches/coin_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
black_box(target),
black_box(cost_of_change),
black_box(FeeRate::ZERO),
black_box(&mut utxo_pool.clone()),
black_box(&mut utxo_pool),
)
.unwrap();
assert_eq!(2, result.len());
Expand Down
Loading

0 comments on commit f12a376

Please sign in to comment.