From c5d3296dd6cd51e686e92f7568a60ac454d948a6 Mon Sep 17 00:00:00 2001 From: Hiroki Gondo Date: Wed, 5 Dec 2018 12:52:47 +0900 Subject: [PATCH] BOLT 5: fix a note of `Unilateral Close Handling`. --- 05-onchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-onchain.md b/05-onchain.md index 5c136e0..24344a9 100644 --- a/05-onchain.md +++ b/05-onchain.md @@ -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.