Skip to content

Commit

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

Please sign in to comment.