mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
remove pre exec payload envelope
This commit is contained in:
@@ -167,6 +167,14 @@ impl<T: BeaconChainTypes> DataAvailabilityChecker<T> {
|
||||
.put_pre_executed_payload_envelope(envelope, source)
|
||||
}
|
||||
|
||||
pub fn remove_pre_executed_payload_envelope(
|
||||
&self,
|
||||
block_root: &Hash256,
|
||||
) {
|
||||
self.availability_cache
|
||||
.remove_pre_executed_envelope(block_root);
|
||||
}
|
||||
|
||||
/// Insert RPC custody columns and check if the payload becomes available.
|
||||
#[instrument(skip_all, level = "trace")]
|
||||
pub fn put_rpc_custody_columns(
|
||||
|
||||
Reference in New Issue
Block a user