Merge pull request #18 from gimme/fee-limit-percent
Add FEE_LIMIT_PERCENT setting
This commit is contained in:
commit
e0c19f38a0
3 changed files with 20 additions and 2 deletions
|
|
@ -43,7 +43,9 @@ Environment="LN_PORT=10009"
|
|||
Environment="LN_TLS_FILE=/home/ubuntu/boltcard/tls.cert"
|
||||
Environment="LN_MACAROON_FILE=/home/ubuntu/boltcard/SendPaymentV2.macaroon"
|
||||
|
||||
# FEE_LIMIT_SAT is the maximum lightning network fee to be paid
|
||||
# The maximum lightning network fee to be paid in percent of the payment amount.
|
||||
Environment="FEE_LIMIT_PERCENT=0.5"
|
||||
# Acceptable flat fee in sats that can exceed the percentage limit.
|
||||
Environment="FEE_LIMIT_SAT=10"
|
||||
|
||||
# email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue