Prevent chain stall

This commit is contained in:
Eitan Seri-Levi
2026-05-07 12:37:03 +03:00
parent 666fcbd7c9
commit d8e359a7b6
2 changed files with 7 additions and 10 deletions

View File

@@ -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;
}