btcsuite / btcwallet

A secure bitcoin wallet daemon written in Go (golang)
ISC License
1.15k stars 590 forks source link

wallet: export coin selection strategy code for re-use #900

Closed guggero closed 10 months ago

guggero commented 10 months ago

We want to be able to use the available coin selection strategies outside of just the coin selection methods offered by the wallet. So this PR refactors the code to be re-used.