Skip to content

Commit

Permalink
BOLT 3/BOLT 7: Fix broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamaguchi authored and rustyrussell committed Aug 7, 2018
1 parent 4b62d26 commit a9195a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 03-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit a9195a8

Please sign in to comment.