mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: always handle payload building for opstack (#11629)
This commit is contained in:
@ -93,6 +93,10 @@ impl EthChainSpec for OpChainSpec {
|
||||
fn bootnodes(&self) -> Option<Vec<NodeRecord>> {
|
||||
self.inner.bootnodes()
|
||||
}
|
||||
|
||||
fn is_optimism(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
impl Hardforks for OpChainSpec {
|
||||
|
||||
Reference in New Issue
Block a user