Update example.config.toml for fees

For phoenixd, add fee_percent and reserve_fee_min
This commit is contained in:
findingsov
2024-09-05 16:30:32 -04:00
committed by thesimplekid
parent cf09a4c239
commit 2497691c7e

View File

@@ -27,6 +27,9 @@ mnemonic = ""
[ln]
# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
ln_backend = "cln"
# For 'phoenixd' backend, also specify fee_percent (% fee of the ln payment that mint will put in the melt quote) and reserve_fee_min (absolute amount-higher of fee_percent or reserve_fee_min is the fee reserve).
# fee_percent=0.04
# reserve_fee_min=4
# [cln]
# Required if using cln backend path to rpc