mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 22:32:34 +02:00
multi: surface may add outgoing hltc
This commit is contained in:
@@ -145,6 +145,10 @@ type ChannelLink interface {
|
||||
// will use this function in forwarding decisions accordingly.
|
||||
EligibleToForward() bool
|
||||
|
||||
// MayAddOutgoingHtlc returns an error if we may not add an outgoing
|
||||
// htlc to the channel.
|
||||
MayAddOutgoingHtlc() error
|
||||
|
||||
// AttachMailBox delivers an active MailBox to the link. The MailBox may
|
||||
// have buffered messages.
|
||||
AttachMailBox(MailBox)
|
||||
|
Reference in New Issue
Block a user