mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Cleanup consensus/types re-exports (#8643)
Removes some of the temporary re-exports in `consensus/types`. I am doing this in multiple parts to keep each diff small. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -219,7 +219,7 @@ pub enum BeaconChainError {
|
||||
UnableToPublish,
|
||||
UnableToBuildColumnSidecar(String),
|
||||
AvailabilityCheckError(AvailabilityCheckError),
|
||||
LightClientUpdateError(LightClientUpdateError),
|
||||
LightClientError(LightClientError),
|
||||
LightClientBootstrapError(String),
|
||||
UnsupportedFork,
|
||||
MilhouseError(MilhouseError),
|
||||
@@ -274,7 +274,7 @@ easy_from_to!(BlockReplayError, BeaconChainError);
|
||||
easy_from_to!(InconsistentFork, BeaconChainError);
|
||||
easy_from_to!(AvailabilityCheckError, BeaconChainError);
|
||||
easy_from_to!(EpochCacheError, BeaconChainError);
|
||||
easy_from_to!(LightClientUpdateError, BeaconChainError);
|
||||
easy_from_to!(LightClientError, BeaconChainError);
|
||||
easy_from_to!(MilhouseError, BeaconChainError);
|
||||
easy_from_to!(AttestationError, BeaconChainError);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user