Skip to content

Commit

Permalink
Merge pull request #5973 from ethDreamer/beacon-api-electra
Browse files Browse the repository at this point in the history
Fix Compilation Break
  • Loading branch information
realbigsean authored Jun 20, 2024
2 parents af98e98 + 09f48c5 commit 68035eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/attestation_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::ops::Deref;
use std::sync::Arc;
use tokio::time::{sleep, sleep_until, Duration, Instant};
use tree_hash::TreeHash;
use types::{Attestation, AttestationData, ChainSpec, CommitteeIndex, EthSpec, Slot};
use types::{Attestation, AttestationData, ChainSpec, CommitteeIndex, EthSpec, ForkName, Slot};

/// Builds an `AttestationService`.
pub struct AttestationServiceBuilder<T: SlotClock + 'static, E: EthSpec> {
Expand Down

0 comments on commit 68035eb

Please sign in to comment.