mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
multi: make max fee rate configurable
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
258fe7999b
commit
063fb9dd43
@@ -1071,7 +1071,7 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
MaxInputsPerTx: sweep.DefaultMaxInputsPerTx,
|
||||
MaxSweepAttempts: sweep.DefaultMaxSweepAttempts,
|
||||
NextAttemptDeltaFunc: sweep.DefaultNextAttemptDeltaFunc,
|
||||
MaxFeeRate: sweep.DefaultMaxFeeRate,
|
||||
MaxFeeRate: cfg.Sweeper.MaxFeeRate,
|
||||
FeeRateBucketSize: sweep.DefaultFeeRateBucketSize,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user