Skip to content

Commit

Permalink
docs: wrong path for trie.md (near#12644)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-404 authored Dec 19, 2024
1 parent e692d20 commit dcaa2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [Malicious producers and phase 2](./architecture/next/malicious_chunk_producer_and_phase2.md)
- [Storage](./architecture/storage.md)
- [Storage Request Flow](./architecture/storage/flow.md)
- [Trie](./architecture/storage/trie.md)
- [Trie Storage](./architecture/storage/trie_storage.md)
- [Database Format](./architecture/storage/database.md)
- [Flat Storage](./architecture/storage/flat_storage.md)
- [Network](./architecture/network.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/storage/flat_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

When mainnet launched, the neard client stored all the chain's state in a single
RocksDB column `DBCol::State`. This column embeds the entire [NEAR state
trie](./trie.md) directly in the key-value database, using roughly
trie](./trie_storage.md) directly in the key-value database, using roughly
`hash(borsh_encode(trie_node))` as the key to store a `trie_node`. This gives a
content-addressed storage system that can easily self-verify.

Expand Down

0 comments on commit dcaa2b6

Please sign in to comment.