Skip to content

Commit

Permalink
trie.md -> trie_storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-404 authored Dec 18, 2024
1 parent 1a87d65 commit 4758e66
Showing 1 changed file with 1 addition and 1 deletion.
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 4758e66

Please sign in to comment.