diff --git a/03-transactions.md b/03-transactions.md index dc58faa..aaad8e6 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -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)