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:
|
; 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 |
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.conffile:lnd/sample-lnd.conf
Lines 626 to 633 in 5599b3c