This commit is contained in:
Eitan Seri-Levi
2026-04-27 10:10:06 +02:00
parent 68bfb33430
commit 812dc31b15
3 changed files with 23 additions and 7 deletions

View File

@@ -643,7 +643,7 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
self.payload_attestation_service
.clone()
.start_update_service(&self.context.eth2_config.spec)
.start_update_service()
.map_err(|e| format!("Unable to start payload attestation service: {}", e))?;
self.preparation_service