multi: make max fee rate configurable

This commit is contained in:
yyforyongyu
2023-07-12 21:35:22 +08:00
committed by Olaoluwa Osuntokun
parent 258fe7999b
commit 063fb9dd43
4 changed files with 31 additions and 2 deletions

View File

@@ -1590,6 +1590,11 @@
; window to allow more inputs to be added and thereby lower the fee per input.
; sweeper.batchwindowduration=30s
; The max fee rate in sat/vb which can be used when sweeping funds. Setting
; this value too low can result in transactions not being confirmed in time,
; causing HTLCs to expire hence potentially losing funds.
; sweeper.maxfeerate=1000
[htlcswitch]