mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
chore: force disable 4844 for op pool (#12740)
This commit is contained in:
@@ -282,6 +282,7 @@ where
|
||||
let validator = TransactionValidationTaskExecutor::eth_builder(Arc::new(
|
||||
ctx.chain_spec().inner.clone(),
|
||||
))
|
||||
.no_eip4844()
|
||||
.with_head_timestamp(ctx.head().timestamp)
|
||||
.kzg_settings(ctx.kzg_settings()?)
|
||||
.with_additional_tasks(
|
||||
|
||||
Reference in New Issue
Block a user