Open
Description
Is your feature request related to a problem? Please describe.
Channel reserve is a major UX problem when working with mobile wallets. It would be very helpful to be able to remove it completely.
Describe the solution you'd like
Right now you can set remote_chan_reserve_sat
when opening a channel but it can only go as low as the dust limit and I understood recently that 0 values in protobuf means default will be used. We could have a separate conf file setting called disable-remote-chan-reserve
or a separate Boolean flag in the rpc that can disable the reserve and override remote_chan_reserve_sat
.
Describe alternatives you've considered
Going as low as the dust limit. But it doesn't solve the issue.