Remove dumb artificial delay

This commit is contained in:
Eitan Seri- Levi
2026-03-03 20:22:30 -08:00
parent 16e7bb5f1d
commit e8d83ef57f
5 changed files with 21 additions and 25 deletions

View File

@@ -134,7 +134,7 @@ pub async fn publish_execution_payload_envelope<T: BeaconChainTypes>(
warn!(%slot, %beacon_block_root, "Execution payload envelope rejected");
return Err(warp_utils::reject::custom_bad_request(format!(
"execution payload envelope rejected, gossip verification"
)))
)));
};
// Import the envelope locally (runs state transition and notifies the EL).