You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My peer "zero fee routing" (running CLN 0.11.1) attempted to cooperatively close the channel to my node (running lnd 0.15.0-beta.rc3). This resulted in a unilateral close. At this time, the channel had several active/pending HTLCs.
CLN logs:
2022-05-31T12:20:22.034Z UNUSUAL 027ce055380348d7812d2ae7745701c9f93e70c1adeb2657f053f91df4f2843c71-chan#4233: Peer permanent failure in CHANNELD_SHUTTING_DOWN: channeld: received ERROR error channel a97b201f22165254e8035c22f5051f37470208e5248d80bce57871bc684565cd: link failed to shutdown
2022-05-31 14:20:22.030 [ERR] PEER: failed link shutdown: link failed to shutdown
2022-05-31 14:20:22.030 [ERR] PEER: Unable to respond to remote close msg: link failed to shutdown
Your environment
version of lnd: 0.15.0-beta.rc3
which operating system (uname -a on *Nix): Linux server 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux
version of btcd, bitcoind, or other backend: bitcoind v23
Steps to reproduce
Have channel with CLN peer. Have active/pending HTLCs. Initiate cooperative close from CLN.
Expected behaviour
Channel is disabled (peer disconnects?) and then closed once the HTLCs time out/settle/fail.
Actual behaviour
Immediate unilateral close triggered by CLN.
The text was updated successfully, but these errors were encountered:
Also see ElementsProject/lightning#5295
Background
My peer "zero fee routing" (running CLN 0.11.1) attempted to cooperatively close the channel to my node (running lnd 0.15.0-beta.rc3). This resulted in a unilateral close. At this time, the channel had several active/pending HTLCs.
CLN logs:
lnd logs:
Your environment
lnd
: 0.15.0-beta.rc3uname -a
on *Nix): Linux server 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linuxbtcd
,bitcoind
, or other backend: bitcoind v23Steps to reproduce
Have channel with CLN peer. Have active/pending HTLCs. Initiate cooperative close from CLN.
Expected behaviour
Channel is disabled (peer disconnects?) and then closed once the HTLCs time out/settle/fail.
Actual behaviour
Immediate unilateral close triggered by CLN.
The text was updated successfully, but these errors were encountered: