mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 20:04:41 +00:00
Allow for reimporting block+envelope in certain cases
This commit is contained in:
@@ -3715,7 +3715,6 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
| EnvelopeError::BeaconStateError(_)
|
||||
// The following variants are produced during envelope import, not gossip
|
||||
// verification, so they cannot be reached here. Ignore them to be safe.
|
||||
| EnvelopeError::OptimisticSyncNotSupported { .. }
|
||||
| EnvelopeError::BlockRootNotInForkChoice(_)
|
||||
| EnvelopeError::InternalError(_) => {
|
||||
self.propagate_validation_result(
|
||||
|
||||
Reference in New Issue
Block a user