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:
Filiprogrammer 2024-06-22 00:56:09 +02:00 committed by GitHub
parent 676f92272a
commit 3fe28391c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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