Skip to content

Commit

Permalink
Add links to section 9 (anchor outputs) (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony authored Jan 27, 2021
1 parent a00418f commit b80f8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ also subtract two times the fixed anchor size of 330 sats from the funder
7. If the `to_remote` amount is greater or equal to `dust_limit_satoshis`,
add a [`to_remote` output](#to_remote-output).
8. If `option_anchor_outputs` applies to the commitment transaction:
* if `to_local` exists or there are untrimmed HTLCs, add a `to_local_anchor` output
* if `to_remote` exists or there are untrimmed HTLCs, add a `to_remote_anchor` output
* 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)
* 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)
9. Sort the outputs into [BIP 69+CLTV order](#transaction-input-and-output-ordering).

# Keys
Expand Down

0 comments on commit b80f8a7

Please sign in to comment.