mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Added Flag to Bypass New Payload Cache
This commit is contained in:
@@ -279,8 +279,6 @@ impl InvalidPayloadRig {
|
||||
} else {
|
||||
mock_execution_layer.server.full_payload_verification();
|
||||
}
|
||||
// wait for the new payload cache to timeout
|
||||
tokio::time::sleep(std::time::Duration::from_secs(12)).await;
|
||||
let root = self
|
||||
.harness
|
||||
.process_block(slot, block.canonical_root(), (block.clone(), blobs.clone()))
|
||||
|
||||
Reference in New Issue
Block a user