Skip to content

Commit

Permalink
Return Iterator instead of Vector for SRD
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Feb 23, 2024
1 parent a6025a1 commit 0f94f39
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 192 deletions.
2 changes: 1 addition & 1 deletion benches/coin_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
black_box(cost_of_change),
black_box(FeeRate::ZERO),
black_box(FeeRate::ZERO),
black_box(&mut utxo_pool),
black_box(&utxo_pool),
)
.unwrap()
.collect();
Expand Down
Loading

0 comments on commit 0f94f39

Please sign in to comment.