Merge pull request #18 from gimme/fee-limit-percent

Add FEE_LIMIT_PERCENT setting
This commit is contained in:
Peter Rounce 2022-11-19 15:40:02 +00:00 committed by GitHub
commit e0c19f38a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -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