mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Merge branch 'some-blob-reprocessing-work' of https://github.com/realbigsean/lighthouse into devnet6
This commit is contained in:
@@ -465,7 +465,7 @@ impl<T: EthSpec> ExecutionLayer<T> {
|
||||
|
||||
/// Attempt to retrieve a full payload from the payload cache by the payload root
|
||||
pub fn get_payload_by_root(&self, root: &Hash256) -> Option<ExecutionPayload<T>> {
|
||||
self.inner.payload_cache.pop(root)
|
||||
self.inner.payload_cache.get(root)
|
||||
}
|
||||
|
||||
pub fn executor(&self) -> &TaskExecutor {
|
||||
|
||||
Reference in New Issue
Block a user