mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore: timestamp fork activation semantics (#4785)
This commit is contained in:
@@ -389,7 +389,7 @@ where
|
||||
version: EngineApiMessageVersion,
|
||||
timestamp: u64,
|
||||
) -> EngineApiResult<()> {
|
||||
let is_cancun = self.inner.chain_spec.is_cancun_activated_at_timestamp(timestamp);
|
||||
let is_cancun = self.inner.chain_spec.is_cancun_active_at_timestamp(timestamp);
|
||||
if version == EngineApiMessageVersion::V2 && is_cancun {
|
||||
// From the Engine API spec:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user