mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
Prevent chain stall
This commit is contained in:
@@ -662,12 +662,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
|
||||
"Envelope processed, transitioning to custody column lookup"
|
||||
);
|
||||
let lookup_result = lookup.continue_requests(cx);
|
||||
self.on_lookup_result(
|
||||
id,
|
||||
lookup_result,
|
||||
"envelope_to_custody_transition",
|
||||
cx,
|
||||
);
|
||||
self.on_lookup_result(id, lookup_result, "envelope_to_custody_transition", cx);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user