mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix: correctly configure extraData for Ethereum blocks (#14831)
This commit is contained in:
@@ -224,7 +224,7 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
blockchain_db.clone(),
|
||||
transaction_pool,
|
||||
EthEvmConfig::new(provider_factory.chain_spec()),
|
||||
EthereumBuilderConfig::new(Default::default()),
|
||||
EthereumBuilderConfig::new(),
|
||||
);
|
||||
|
||||
match payload_builder.try_build(args)? {
|
||||
|
||||
Reference in New Issue
Block a user