mirror of
https://github.com/accumulator/charge-lnd.git
synced 2026-08-13 12:33:01 +02:00
Fix base fee entry in example config
The base_fee_ppm setting does not exist. The correct name is base_fee_msat.
This commit is contained in:
parent
676f92272a
commit
3fe28391c8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[default]
|
||||
strategy = proportional
|
||||
base_fee_ppm = 1000
|
||||
base_fee_msat = 1000
|
||||
min_fee_ppm = 100
|
||||
max_fee_ppm = 300
|
||||
min_fee_ppm_delta = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue