bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
860 stars 307 forks source link

Avoid using `BranchAndBoundCoinSelection::default()` #735

Open danielabrozzoni opened 2 years ago

danielabrozzoni commented 2 years ago

This would use a default size_of_change

https://github.com/bitcoindevkit/bdk/blob/061f15af004ce16ea107cfcbe86e0120be22eaa8/src/wallet/coin_selection.rs#L402-L421

notmandatory commented 1 year ago

Is this something that should be added to the Alpha 1.0.0 milestone?