mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
Fix broken links to anchor section (#1000)
This commit is contained in:
parent
e0b1200ffa
commit
e6ee5f8b95
@ -12,7 +12,7 @@ This details the exact format of on-chain transactions, which both sides need to
|
|||||||
* [Commitment Transaction Outputs](#commitment-transaction-outputs)
|
* [Commitment Transaction Outputs](#commitment-transaction-outputs)
|
||||||
* [`to_local` Output](#to_local-output)
|
* [`to_local` Output](#to_local-output)
|
||||||
* [`to_remote` Output](#to_remote-output)
|
* [`to_remote` Output](#to_remote-output)
|
||||||
* [`to_local_anchor` and `to_remote_anchor`](#to_local_anchor-and-to_remote_anchor-output-option_anchor_outputs)
|
* [`to_local_anchor` and `to_remote_anchor`](#to_local_anchor-and-to_remote_anchor-output-option_anchors)
|
||||||
* [Offered HTLC Outputs](#offered-htlc-outputs)
|
* [Offered HTLC Outputs](#offered-htlc-outputs)
|
||||||
* [Received HTLC Outputs](#received-htlc-outputs)
|
* [Received HTLC Outputs](#received-htlc-outputs)
|
||||||
* [Trimmed Outputs](#trimmed-outputs)
|
* [Trimmed Outputs](#trimmed-outputs)
|
||||||
@ -628,8 +628,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`,
|
7. If the `to_remote` amount is greater or equal to `dust_limit_satoshis`,
|
||||||
add a [`to_remote` output](#to_remote-output).
|
add a [`to_remote` output](#to_remote-output).
|
||||||
8. If `option_anchors` applies to the commitment transaction:
|
8. If `option_anchors` applies to the commitment transaction:
|
||||||
* 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_local` exists or there are untrimmed HTLCs, add a [`to_local_anchor` output](#to_local_anchor-and-to_remote_anchor-output-option_anchors)
|
||||||
* 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)
|
* if `to_remote` exists or there are untrimmed HTLCs, add a [`to_remote_anchor` output](#to_local_anchor-and-to_remote_anchor-output-option_anchors)
|
||||||
9. Sort the outputs into [BIP 69+CLTV order](#transaction-output-ordering).
|
9. Sort the outputs into [BIP 69+CLTV order](#transaction-output-ordering).
|
||||||
|
|
||||||
# Keys
|
# Keys
|
||||||
|
Loading…
Reference in New Issue
Block a user