-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
P1MUST be fixed or reviewedMUST be fixed or reviewedbugUnintended code behaviourUnintended code behaviourchannel closingRelated to the closing of channels cooperatively and uncooperativelyRelated to the closing of channels cooperatively and uncooperativelyspec
Milestone
Description
Background
When trying to close a channel with a lnd node, the node returned the error cannot co-op close channel w/ active htlcs
Steps to reproduce
Open a channel to a lnd node, add a HTLC , send a shutdown message.
Expected behaviour
The node should wait for the HTLC to be resolved, not add any new HTLC, and then reply with a shutdown message.
BOLT 2: Channel Close
Actual behaviour
The lnd node returns an error: cannot co-op close channel w/ active htlcs
Filouman
Metadata
Metadata
Assignees
Labels
P1MUST be fixed or reviewedMUST be fixed or reviewedbugUnintended code behaviourUnintended code behaviourchannel closingRelated to the closing of channels cooperatively and uncooperativelyRelated to the closing of channels cooperatively and uncooperativelyspec
Type
Projects
Status
✅ Done