chore: remove op-reth from repository (#21532)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
theo
2026-02-06 06:18:12 -05:00
committed by GitHub
parent c6c6fd5e95
commit 372802d06d
288 changed files with 75 additions and 44025 deletions

View File

@@ -27,7 +27,7 @@ pub trait RethCli: Sized {
/// The associated `ChainSpecParser` type
type ChainSpecParser: ChainSpecParser;
/// The name of the implementation, eg. `reth`, `op-reth`, etc.
/// The name of the implementation, eg. `reth`.
fn name(&self) -> Cow<'static, str>;
/// The version of the node, such as `reth/v1.0.0`