We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785790a commit 2fe8520Copy full SHA for 2fe8520
docs/release-notes/release-notes-0.18.0.md
@@ -73,6 +73,11 @@
73
a `shutdown` message if there were currently HTLCs on the channel. After this
74
change, the shutdown procedure should be compliant with BOLT2 requirements.
75
76
+* If HTLCs are in-flight at the same time that a `shutdown` is sent and then
77
+ a re-connect happens before the coop-close is completed we now [ensure that
78
+ we re-init the `shutdown`
79
+ exchange](https://github.com/lightningnetwork/lnd/pull/8464)
80
+
81
* The AMP struct in payment hops will [now be populated](https://github.com/lightningnetwork/lnd/pull/7976) when the AMP TLV is set.
82
83
* [Add Taproot witness types
0 commit comments