mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Remove remaining facade module re-exports from consensus/types (#8672)
Removes the remaining facade re-exports from `consensus/types`. I have left `graffiti` as I think it has some utility so am leaning towards keeping it in the final API design. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -54,7 +54,7 @@ use types::sync_committee::SyncCommitteeError;
|
||||
use types::{
|
||||
BeaconStateError, EthSpec, Hash256, SignedContributionAndProof, Slot,
|
||||
SyncCommitteeContribution, SyncCommitteeMessage, SyncSelectionProof, SyncSubnetId,
|
||||
sync_committee_contribution::Error as ContributionError,
|
||||
sync_committee::SyncCommitteeContributionError as ContributionError,
|
||||
};
|
||||
|
||||
/// Returned when a sync committee contribution was not successfully verified. It might not have been verified for
|
||||
|
||||
Reference in New Issue
Block a user