mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
BOLT 5: fix a note of Unilateral Close Handling
.
This commit is contained in:
parent
90faaeda89
commit
c5d3296dd6
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ A node:
|
|||
convenient address.
|
||||
- Note: if the output is spent (as recommended), the output is
|
||||
*resolved* by the spending transaction, otherwise it is considered
|
||||
*resolved* by the commitment transaction itself.
|
||||
*resolved* by the HTLC-timeout transaction itself.
|
||||
- MUST wait until the `OP_CHECKSEQUENCEVERIFY` delay has passed (as
|
||||
specified by the remote node's `open_channel` `to_self_delay` field)
|
||||
before spending that HTLC-timeout output.
|
||||
|
|
Loading…
Add table
Reference in a new issue