From 44d4a941ada69525175e5d738f557e6fcfd2a73d Mon Sep 17 00:00:00 2001 From: t-bast Date: Mon, 10 Feb 2025 15:39:02 +0100 Subject: [PATCH] Explicitly mention which output to set to 0 --- 02-peer-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 830a126..2057728 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -1892,7 +1892,7 @@ The receiver of `closing_complete` (aka. "the closee"): - SHOULD send a `warning`. - SHOULD close the connection. - If `closer_scriptpubkey` is a valid `OP_RETURN` script: - - MUST set its output amount to zero so that all funds go to fees, as specified in [BOLT #3](03-transactions.md#closing-transaction). + - MUST set the closer's output amount to zero so that all funds go to fees, as specified in [BOLT #3](03-transactions.md#closing-transaction). - MUST generate the remote closing transaction as specified in [BOLT #3](03-transactions.md#closing-transaction). - Select a signature for validation: - If the local output amount is dust: