Skip to content

Commit 2cbdf0b

Browse files
committed
Fix links
1 parent a23bc13 commit 2cbdf0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/FCMP++_INTEGRATION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ This documentation provides useful information explaining the full-chain members
44

55
Here are the core components of the integration:
66

7-
1. [Rust FFI](#1.rust-ffi)
8-
2. [Curve trees merkle tree](#2.curve-trees-merkle-tree)
7+
1. [Rust FFI](#1-rust-ffi)
8+
2. [Curve trees merkle tree](#2-curve-trees-merkle-tree)
99
1. Preparing locked outputs for insertion to the tree upon unlock
1010
2. `grow_tree` algorithm
1111
3. Grow the tree as the node syncs
1212
4. Trim the tree on reorg and on pop blocks
1313
5. LMDB changes
1414
6. Migrating cryptonote outputs into the tree
15-
3. [Transaction struct changes for FCMP++](#3.transaction-struct-changes-for-fcmp)
16-
4. [Constructing FCMP++ transactions](#4.constructing-fcmp-transactions)
17-
5. [Verifying FCMP++ transactions](#5.verifying-fcmp-transactions)
18-
6. [Consensus changes for FCMP++](#6.consensus-changes-for-fcmp)
19-
7. [Wallet sync](#7.wallet-sync)
15+
3. [Transaction struct changes for FCMP++](#3-transaction-struct-changes-for-fcmp)
16+
4. [Constructing FCMP++ transactions](#4-constructing-fcmp-transactions)
17+
5. [Verifying FCMP++ transactions](#5-verifying-fcmp-transactions)
18+
6. [Consensus changes for FCMP++](#6-consensus-changes-for-fcmp)
19+
7. [Wallet sync](#7-wallet-sync)
2020
1. Tree cache
2121
2. Handling restore from an arbitrary restore height
2222
8. Daemon RPC: fetching outputs by output ID

0 commit comments

Comments
 (0)