]> Untitled Git - bdk/commit
[wallet] Make coin_select return UTXOs instead of TxIns
authorLLFourn <lloyd.fourn@gmail.com>
Fri, 30 Oct 2020 03:09:59 +0000 (14:09 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 17 Nov 2020 04:11:47 +0000 (15:11 +1100)
commit004f81b0a803bbc01d0f7c3d246fc5fc8bacb924
tree6e1aa3560d043f03fa63e91ce9b08003576b75f4
parent13c1170304e5df6b09139a58fc5377fd44d463a8
[wallet] Make coin_select return UTXOs instead of TxIns

- We want to keep the metadata in the UTXO around for things later
- It is easier to turn a UTXO into a TxIn outside
src/wallet/coin_selection.rs
src/wallet/mod.rs