Skip to content

lnd+config: add config options for inbound fee discount  #8610

@Roasbeef

Description

@Roasbeef

Originally requested in this comment.

Right now users can only configure this value with the RPC interface. We should also enable the normal config route as well. Once added, we should update the sample-lnd.conf file:

lnd/sample-lnd.conf

Lines 626 to 633 in 5599b3c

; The base fee in millisatoshi we will charge for forwarding payments on our
; channels.
; bitcoin.basefee=1000
; The fee rate used when forwarding payments on our channels. The total fee
; charged is basefee + (amount * feerate / 1000000), where amount is the
; forwarded amount.
; bitcoin.feerate=1

Metadata

Metadata

Assignees

Labels

configParameters/arguments/config file related issues/PRsinbound feeChanges related to inbound routing fee

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions