blixt-wallet icon indicating copy to clipboard operation
blixt-wallet copied to clipboard

Add option to remove channel reserve for manual channel opening

Open hsjoberg opened this issue 1 year ago • 2 comments

https://lightning.engineering/api-docs/api/lnd/lightning/channel-acceptor#lnrpcchannelacceptresponse reserve_sat

If we set it to 1, then it will default to current dust limit.

hsjoberg avatar May 27 '23 10:05 hsjoberg

I can work on this one.

djkazic avatar May 31 '23 13:05 djkazic

Our theory here was close but incorrect in regards to setting 1 for the remote channel reserve... instead, you need to set it to 354, then it's possible to open a channel with remote chan reserve set lower than the usual 1%.

To accomplish this, I updated the proto files for Dunder and added a line to set the remote chan reserve to Long.fromValue(354).

djkazic avatar Jun 08 '23 14:06 djkazic