Hampus Sjöberg
Hampus Sjöberg
This may be a better approach than making lnd.conf editable.
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.
https://github.com/hsjoberg/denotrino-fee-server
Currently, the balance number on the overview screen is non-nonsensical. The channel reserve is included in this number, which means it's not actually the amount you can send. We should...
For some streams like `TrackPayment`, specific data will be sent to each stream. In order to tell who should get the data, add an identifier that will be sent via...