From c32d4c3f2a2920c7f4ab1afc874fa503974bd223 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 8 Oct 2024 16:23:54 +0200 Subject: [PATCH] chore: rm unused optimism feature from engine api (#11577) --- crates/rpc/rpc-engine-api/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/rpc/rpc-engine-api/Cargo.toml b/crates/rpc/rpc-engine-api/Cargo.toml index 4463d375a0..00503f2c1d 100644 --- a/crates/rpc/rpc-engine-api/Cargo.toml +++ b/crates/rpc/rpc-engine-api/Cargo.toml @@ -55,7 +55,4 @@ reth-testing-utils.workspace = true alloy-rlp.workspace = true -assert_matches.workspace = true - -[features] -optimism = ["reth-primitives/optimism"] +assert_matches.workspace = true \ No newline at end of file