Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/pages/running_an_operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::


Expand Down
Loading