You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-transactions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,8 +502,8 @@ also subtract two times the fixed anchor size of 330 sats from the funder
502
502
7. If the `to_remote` amount is greater or equal to `dust_limit_satoshis`,
503
503
add a [`to_remote` output](#to_remote-output).
504
504
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)
507
507
9. Sort the outputs into [BIP 69+CLTV order](#transaction-input-and-output-ordering).
0 commit comments