From 2bd5d7e6820405efe1ebc1e7c23cdf01fd724698 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <49868160+antonilol@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:31:59 +0200 Subject: [PATCH] Bolt 3: fix broken markdown link (#984) --- 03-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-transactions.md b/03-transactions.md index 06e4f82..fb6de87 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -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: * 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). +9. Sort the outputs into [BIP 69+CLTV order](#transaction-output-ordering). # Keys