mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 22:38:34 +00:00
Break out of invalidation loop on Gloas block
This commit is contained in:
@@ -960,7 +960,7 @@ impl ProtoArray {
|
||||
// This block is pre-merge, therefore it has no execution status. Nor do its
|
||||
// ancestors.
|
||||
Ok(ExecutionStatus::Irrelevant(_)) => break,
|
||||
Err(_) => (),
|
||||
Err(_) => break,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user