Skip to content

Commit

Permalink
Explicitly mention which output to set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Feb 12, 2025
1 parent 90662b1 commit ccfa38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccfa38e

Please sign in to comment.