Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelCleaner ¶
type ChannelCleaner struct { Interval int `` /* 154-byte string literal not displayed */ MaxInactive int `long:"cleaner.maxinactive" description:"After how many days of inactivity a public channel should be force closed"` MaxInactivePrivate int `long:"cleaner.maxinactiveprivate" description:"After how many days of inactivity a private channel should be force closed"` // contains filtered or unexported fields }
TODO: should significant channels be ignored?
func (*ChannelCleaner) Init ¶
func (cleaner *ChannelCleaner) Init(lnd lnd.LightningClient, notificationProvider providers.NotificationProvider)
Click to show internal directories.
Click to hide internal directories.