1
0
Fork 0
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:
Hiroki Gondo 2018-12-05 12:52:47 +09:00 committed by Rusty Russell
parent 90faaeda89
commit c5d3296dd6

View file

@ -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.