p2pderivatives / rust-bitcoin-coin-selection

10 stars 5 forks source link

Add coin selection #1

Closed yancyribbens closed 3 years ago

yancyribbens commented 4 years ago

This PR adds a branch and bound utxo selection. Currently all structs are self-contained, however, it might be worthwhile to use external structs in the future.