From e6ee5f8b95552a24d0818f2b2ea3de4b09282a9d Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <49868160+antonilol@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:32:39 +0200 Subject: [PATCH] Fix broken links to anchor section (#1000) --- 03-transactions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/03-transactions.md b/03-transactions.md index 1600210..0fcdf5c 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -12,7 +12,7 @@ This details the exact format of on-chain transactions, which both sides need to * [Commitment Transaction Outputs](#commitment-transaction-outputs) * [`to_local` Output](#to_local-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) * [Received HTLC Outputs](#received-htlc-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`, add a [`to_remote` output](#to_remote-output). 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_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_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_anchors) 9. Sort the outputs into [BIP 69+CLTV order](#transaction-output-ordering). # Keys