1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 10:00:04 +01:00

Bolt 3: fix broken markdown link (#984)

This commit is contained in:
Antoni Spaanderman 2022-04-22 13:31:59 +02:00 committed by GitHub
parent 71610b06bb
commit 2bd5d7e682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,7 @@ also subtract two times the fixed anchor size of 330 sats from the funder
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_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) * 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). 9. Sort the outputs into [BIP 69+CLTV order](#transaction-output-ordering).
# Keys # Keys