mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 00:17:44 +02:00
multi: introduce config-level DustThreshold for defining threshold
This commit is contained in:
@@ -189,6 +189,7 @@ func initSwitchWithDB(startingHeight uint32, db *channeldb.DB) (*Switch, error)
|
||||
HtlcNotifier: &mockHTLCNotifier{},
|
||||
Clock: clock.NewDefaultClock(),
|
||||
HTLCExpiry: time.Hour,
|
||||
DustThreshold: DefaultDustThreshold,
|
||||
}
|
||||
|
||||
return New(cfg, startingHeight)
|
||||
|
Reference in New Issue
Block a user