make explicity BlobsUnavailable error and handle it directly

This commit is contained in:
realbigsean
2023-01-18 17:47:32 -05:00
committed by Emilia Hane
parent f7f64eb007
commit e1ce4e5b78
3 changed files with 35 additions and 7 deletions

View File

@@ -209,6 +209,7 @@ pub enum BeaconChainError {
BlsToExecutionChangeBadFork(ForkName),
InconsistentFork(InconsistentFork),
ProposerHeadForkChoiceError(fork_choice::Error<proto_array::Error>),
BlobsUnavailable,
}
easy_from_to!(SlotProcessingError, BeaconChainError);