vulpemventures / ocean

:ocean: Elements/Liquid wallet daemon
MIT License
5 stars 7 forks source link

Add validation checks & fix send all logic in Transfer rpc #68

Closed altafan closed 6 months ago

altafan commented 6 months ago

This adds a missing validation check in Transfer rpc that returns an error some target amount is bigger than the wallet balance for a given target asset.

This adds also a check in the coin selector that returns all utxos of an asset without checking all possible combinations if the target amount is equal to the wallet balance.