-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugUnintended code behaviourUnintended code behaviourgraphpaymentsRelated to invoices/paymentsRelated to invoices/payments
Milestone
Description
Happened to a node operator, had a channel with a node which is basically a wallet (is always offline except when receiving or sending money) it happened that both channel policies for this channel where disabled and now the channel will not be added to our GraphCache and hence becomes unusable. I therefore highly suggest always adding our local channels to the GraphCache:
Relevant code:
Lines 167 to 171 in f4bf99b
if policy1 != nil && policy1.IsDisabled() && | |
policy2 != nil && policy2.IsDisabled() { | |
return | |
} |
Metadata
Metadata
Assignees
Labels
bugUnintended code behaviourUnintended code behaviourgraphpaymentsRelated to invoices/paymentsRelated to invoices/payments
Type
Projects
Status
Backlog