mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-25 23:28:03 -05:00
fix: do not delegate is_optimism check for Ethereum ChainSpec (#12650)
This commit is contained in:
@@ -109,6 +109,6 @@ impl EthChainSpec for ChainSpec {
|
||||
}
|
||||
|
||||
fn is_optimism(&self) -> bool {
|
||||
self.chain.is_optimism()
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user