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
It was decided in the spec meeting to combine lightning#932 and lightning#942 as they are
closely related. It was also decided to add a rationale for lightning#932 to clearly
state why nodes must wait for an error before force-closing instead of
eagerly force-closing when detecting that their peer is behind.
Copy file name to clipboardExpand all lines: 05-onchain.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,15 +143,14 @@ A node:
143
143
sufficient fee:
144
144
- SHOULD use this fee to perform a *mutual close*.
145
145
- otherwise:
146
-
- if the node knows or assumes its channel state is outdated it
147
-
- MUST NOT broadcast its *last commitment transaction*.
148
-
- SHOULD send an `error`.
146
+
- if the node knows or assumes its channel state is outdated:
147
+
- MUST NOT broadcast its *last commitment transaction*.
149
148
- otherwise:
150
149
- MUST broadcast the *last commitment transaction*, for which it has a
151
-
signature, to perform a *unilateral close*.
152
-
- MUST spend any `to_local_anchor` output, providing sufficient fees as incentive to include the commitment transaction in a block
153
-
Special care must be taken when spending to a third-party, because this re-introduces the vulnerability that was
154
-
addressed by adding the CSV delay to the non-anchor outputs.
150
+
signature, to perform a *unilateral close*.
151
+
- MUST spend any `to_local_anchor` output, providing sufficient fees as incentive to include the commitment transaction in a block.
152
+
Special care must be taken when spending to a third-party, because this re-introduces the vulnerability that was
153
+
addressed by adding the CSV delay to the non-anchor outputs.
155
154
- SHOULD use [replace-by-fee](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki) or other mechanism on the spending transaction if it proves insufficient for timely inclusion in a block.
0 commit comments