Skip to content

Commit

Permalink
Merge branch 'ef-tests-electra' of https://github.com/sigp/lighthouse
Browse files Browse the repository at this point in the history
…into electra-devnet-1
  • Loading branch information
realbigsean committed Jun 20, 2024
2 parents 40b7d8f + 8683bf7 commit 48f1f40
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 48f1f40

Please sign in to comment.