mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: Remove ChainSpec from PayloadConfig (#11103)
Co-authored-by: garwah <garwah@garwah> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -226,7 +226,6 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
best_block.hash(),
|
||||
payload_attrs,
|
||||
)?,
|
||||
provider_factory.chain_spec(),
|
||||
);
|
||||
|
||||
let args = BuildArguments::new(
|
||||
|
||||
@@ -122,7 +122,6 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
NoopTransactionPool::default(),
|
||||
ctx.task_executor.clone(),
|
||||
BasicPayloadJobGeneratorConfig::default(),
|
||||
provider_factory.chain_spec(),
|
||||
payload_builder,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user