[wallet] Add Branch and Bound coin selection
This commit is contained in:
@@ -40,6 +40,8 @@ pub enum Error {
|
||||
NoUtxosSelected,
|
||||
OutputBelowDustLimit(usize),
|
||||
InsufficientFunds,
|
||||
BnBTotalTriesExceeded,
|
||||
BnBNoExactMatch,
|
||||
InvalidAddressNetwork(Address),
|
||||
UnknownUTXO,
|
||||
DifferentTransactions,
|
||||
|
||||
Reference in New Issue
Block a user