mirror of
https://github.com/lightning/bolts.git
synced 2025-03-13 11:35:41 +01:00
Explicitly mention which output to set to 0
This commit is contained in:
parent
798bbc3c5e
commit
44d4a941ad
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue