From 2ab2b6ef88a22ae80a56ec111026045ebb66608f Mon Sep 17 00:00:00 2001 From: 0x Date: Wed, 22 Jan 2025 19:38:02 +0100 Subject: [PATCH] chore: 404 link `layout.md` (#13920) --- docs/repo/layout.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/repo/layout.md b/docs/repo/layout.md index 343ee9b23..b457b81e7 100644 --- a/docs/repo/layout.md +++ b/docs/repo/layout.md @@ -96,7 +96,6 @@ Crates related to transaction execution. 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. ### RPC