btcwallet icon indicating copy to clipboard operation
btcwallet copied to clipboard

Use btcutil/coinset for UTXO selection

Open jrick opened this issue 11 years ago • 0 comments

The current transaction creation algorithm uses a custom UTXO selection algorithm. This code is duplicate functionality of the coinset package in btcutil, and should be switched to use coinset instead.

To support this change, the txstore package must be able to return Credits that satisify the coinset.Coin interface.

jrick avatar May 29 '14 14:05 jrick