From 82577d5a917a79cabfffe5d73310df476d205709 Mon Sep 17 00:00:00 2001 From: Daniel Knopik Date: Wed, 3 Dec 2025 14:09:31 +0100 Subject: [PATCH] doc: Avoid confusion around reth's full/archive node terminology --- docs/docs/pages/running_an_operator.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/pages/running_an_operator.mdx b/docs/docs/pages/running_an_operator.mdx index d923e225b..8fac8e15d 100644 --- a/docs/docs/pages/running_an_operator.mdx +++ b/docs/docs/pages/running_an_operator.mdx @@ -37,7 +37,7 @@ flags are needed for your specific setup. :::warning The `reth` execution client currently prunes receipts of smart contracts by default. This prevents Anchor (or any SSV node) from syncing. In order to run a `reth` node with Anchor, `reth` should be -run as a full node and [pruning](https://reth.rs/run/faq/pruning/) should be prevented. +prevented from [pruning](https://reth.rs/run/faq/pruning/) receipts, e.g. by running it as archive node. :::