mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
More consensus/types re-export cleanup (#8665)
Remove more of the temporary re-exports from `consensus/types` Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -6,7 +6,7 @@ use types::{
|
||||
AttestationData, AttesterSlashing, AttesterSlashingBase, AttesterSlashingElectra,
|
||||
BeaconBlockHeader, ChainSpec, Checkpoint, Epoch, EthSpec, Hash256, IndexedAttestation,
|
||||
MainnetEthSpec, SignedBeaconBlockHeader, Slot,
|
||||
indexed_attestation::{IndexedAttestationBase, IndexedAttestationElectra},
|
||||
attestation::{IndexedAttestationBase, IndexedAttestationElectra},
|
||||
};
|
||||
|
||||
pub type E = MainnetEthSpec;
|
||||
|
||||
Reference in New Issue
Block a user