mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
fix: check for prague timestmap on pool init (#11847)
This commit is contained in:
@@ -639,6 +639,7 @@ impl EthTransactionValidatorBuilder {
|
||||
pub fn with_head_timestamp(mut self, timestamp: u64) -> Self {
|
||||
self.cancun = self.chain_spec.is_cancun_active_at_timestamp(timestamp);
|
||||
self.shanghai = self.chain_spec.is_shanghai_active_at_timestamp(timestamp);
|
||||
self.prague = self.chain_spec.is_prague_active_at_timestamp(timestamp);
|
||||
self
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user