Ride-The-Lightning / RTL

Ride The Lightning - A full function web browser app for LND, C-Lightning and Eclair
MIT License
741 stars 157 forks source link

Select specific UTXOs when opening a new channel #712

Open hieblmi opened 3 years ago

hieblmi commented 3 years ago

Is your feature request related to a problem? Please describe. When opening a channel to a peer it would be nice to be able to select individual UTXOs as input for the funding transaction.

Describe the solution you'd like An additional radio-button to switch between specifying a certain amount(as currently implemented) and a view of check-boxes to select individual UTXOs as inputs for the funding transaction of a channel opening.

image

Describe alternatives you've considered I can't find a way to select specific UTXOs for a channel opening.

Additional context Add any other context or screenshots about the feature request here.

saubyk commented 2 years ago

Hi @hieblmi this feature is dependent on the below PR getting merged and released on LND: https://github.com/lightningnetwork/lnd/pull/4029

hieblmi commented 2 years ago

Thanks for the pointer @saubyk. I see the issue is up for grabs...