mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
multi: make max fee rate configurable
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
258fe7999b
commit
063fb9dd43
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user