blixt-wallet
blixt-wallet copied to clipboard
Add option to remove channel reserve for manual channel opening
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.
I can work on this one.
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)
.