Skip to content

Commit b80f8a7

Browse files
authored
Add links to section 9 (anchor outputs) (#833)
1 parent a00418f commit b80f8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03-transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ also subtract two times the fixed anchor size of 330 sats from the funder
502502
7. If the `to_remote` amount is greater or equal to `dust_limit_satoshis`,
503503
add a [`to_remote` output](#to_remote-output).
504504
8. If `option_anchor_outputs` applies to the commitment transaction:
505-
* if `to_local` exists or there are untrimmed HTLCs, add a `to_local_anchor` output
506-
* if `to_remote` exists or there are untrimmed HTLCs, add a `to_remote_anchor` output
505+
* if `to_local` exists or there are untrimmed HTLCs, add a [`to_local_anchor` output](#to_local_anchor-and-to_remote_anchor-output-option_anchor_outputs)
506+
* if `to_remote` exists or there are untrimmed HTLCs, add a [`to_remote_anchor` output](#to_local_anchor-and-to_remote_anchor-output-option_anchor_outputs)
507507
9. Sort the outputs into [BIP 69+CLTV order](#transaction-input-and-output-ordering).
508508

509509
# Keys

0 commit comments

Comments
 (0)