chore: remove optimism feature from reth docs (#10809)

This commit is contained in:
Oliver
2024-09-10 18:19:54 +02:00
committed by GitHub
parent e4b5325875
commit ac5ab944dd

View File

@ -18,9 +18,6 @@
//! calls to the logging component is made.
//! - `min-debug-logs`: Disables all logs below `debug` level.
//! - `min-trace-logs`: Disables all logs below `trace` level.
//! - `optimism`: Enables [OP-Stack](https://stack.optimism.io/) support for the node. Note that
//! this breaks compatibility with the Ethereum mainnet as a new deposit transaction type is
//! introduced as well as gas cost changes.
#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",