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

@@ -684,6 +684,7 @@ func DefaultConfig() Config {
},
Sweeper: &lncfg.Sweeper{
BatchWindowDuration: sweep.DefaultBatchWindowDuration,
MaxFeeRate: sweep.DefaultMaxFeeRate,
},
Htlcswitch: &lncfg.Htlcswitch{
MailboxDeliveryTimeout: htlcswitch.DefaultMailboxDeliveryTimeout,