mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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