-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
configParameters/arguments/config file related issues/PRsParameters/arguments/config file related issues/PRsinbound feeChanges related to inbound routing feeChanges related to inbound routing fee
Description
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:
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configParameters/arguments/config file related issues/PRsParameters/arguments/config file related issues/PRsinbound feeChanges related to inbound routing feeChanges related to inbound routing fee