mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
Fix TOC indentation and links
This commit is contained in:
parent
9265349d2e
commit
5c11b6a402
1 changed files with 5 additions and 5 deletions
|
@ -10,10 +10,10 @@ This details the exact format of on-chain transactions, which both sides need to
|
|||
* [Funding Transaction Output](#funding-transaction-output)
|
||||
* [Commitment Transaction](#commitment-transaction)
|
||||
* [Commitment Transaction Outputs](#commitment-transaction-outputs)
|
||||
* [`to_local` Output](#to_local-output)
|
||||
* [`to_remote` Output](#to_remote-output)
|
||||
* [Offered HTLC Outputs](#offered-htlc-outputs)
|
||||
* [Received HTLC Outputs](#received-htlc-outputs)
|
||||
* [`to_local` Output](#to_local-output)
|
||||
* [`to_remote` Output](#to_remote-output)
|
||||
* [Offered HTLC Outputs](#offered-htlc-outputs)
|
||||
* [Received HTLC Outputs](#received-htlc-outputs)
|
||||
* [Trimmed Outputs](#trimmed-outputs)
|
||||
* [HTLC-timeout and HTLC-success Transactions](#htlc-timeout-and-htlc-success-transactions)
|
||||
* [Closing Transaction](#closing-transaction)
|
||||
|
@ -22,7 +22,7 @@ This details the exact format of on-chain transactions, which both sides need to
|
|||
* [Fee Payment](#fee-payment)
|
||||
* [Keys](#keys)
|
||||
* [Key Derivation](#key-derivation)
|
||||
* [`localpubkey`, `remotepubkey`, `local_htlcpubkey`, `remote_htlcpubkey`, `local_delayedpubkey`, and `remote_delayedpubkey` Derivation](#localpubkey-remotepubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation)
|
||||
* [`localpubkey`, `remotepubkey`, `local_htlcpubkey`, `remote_htlcpubkey`, `local_delayedpubkey`, and `remote_delayedpubkey` Derivation](#localpubkey-remotepubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation)
|
||||
* [`revocationpubkey` Derivation](#revocationpubkey-derivation)
|
||||
* [Per-commitment Secret Requirements](#per-commitment-secret-requirements)
|
||||
* [Efficient Per-commitment Secret Storage](#efficient-per-commitment-secret-storage)
|
||||
|
|
Loading…
Add table
Reference in a new issue