From a9195a84d07b9350f0eb1262ed0c1a82bc42e4ef Mon Sep 17 00:00:00 2001 From: Hajime Yamaguchi Date: Fri, 3 Aug 2018 12:00:19 +0900 Subject: [PATCH] BOLT 3/BOLT 7: Fix broken links. --- 03-transactions.md | 4 ++-- 07-routing-gossip.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/03-transactions.md b/03-transactions.md index aaad8e6af..e769961e9 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -395,9 +395,9 @@ committed HTLCs: 4. For every received HTLC, if it is not trimmed, add an [received HTLC output](#received-htlc-outputs). 5. If the `to_local` amount is greater or equal to `dust_limit_satoshis`, - add a [`to_local` output](#to-local-output). + add a [`to_local` output](#to_local-output). 6. 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). 7. Sort the outputs into [BIP 69 order](#transaction-input-and-output-ordering). # Keys diff --git a/07-routing-gossip.md b/07-routing-gossip.md index 7356770a2..0f2af5467 100644 --- a/07-routing-gossip.md +++ b/07-routing-gossip.md @@ -853,7 +853,7 @@ to do so here, for the sake of simplicity: **A->B->C.** If A were to send 4,999,999 millisatoshi to C via B, it needs to pay B the fee it specified in the B->C `channel_update`, calculated as -per [HTLC Fees](#htlc_fees): +per [HTLC Fees](#htlc-fees): fee_base_msat + ( amount_msat * fee_proportional_millionths / 1000000 )