chore: 404 link layout.md (#13920)

This commit is contained in:
0x
2025-01-22 19:38:02 +01:00
committed by GitHub
parent 22a5c10a07
commit 2ab2b6ef88

View File

@ -96,7 +96,6 @@ Crates related to transaction execution.
These crates implement the main syncing drivers of reth. These crates implement the main syncing drivers of reth.
- [`blockchain-tree`](../../crates/blockchain-tree): A tree-like structure for handling multiple chains of unfinalized blocks. This is the main component during live sync (i.e. syncing at the tip)
- [`stages`](../../crates/stages): A pipelined sync, including implementation of various stages. This is used during initial sync and is faster than the tree-like structure for longer sync ranges. - [`stages`](../../crates/stages): A pipelined sync, including implementation of various stages. This is used during initial sync and is faster than the tree-like structure for longer sync ranges.
### RPC ### RPC