The coin selection algorithm needs to be fixed to handle wallets with many keys. The selection algorithm must not select addresses with 1 remaining invite because doing so will deactivate the address. This is primarily impacting pre-daedalus wallets. But can impact easysend and vaults.
[x] Make sure balances are computed by reducing balance by 1 for each unique address in the wallet.
[x] Make sure coins are selected with more than 1 invite for an address.
The coin selection algorithm needs to be fixed to handle wallets with many keys. The selection algorithm must not select addresses with 1 remaining invite because doing so will deactivate the address. This is primarily impacting pre-daedalus wallets. But can impact easysend and vaults.