Added Flag to Bypass New Payload Cache

This commit is contained in:
Mark Mackey
2025-11-24 12:24:43 -06:00
parent ef1aa6bd96
commit 77e1c67723
6 changed files with 24 additions and 21 deletions

View File

@@ -134,9 +134,6 @@ async fn el_error_on_new_payload() {
assert!(!api_response.is_optimistic);
assert!(!api_response.is_syncing);
// sleep for just past the cache TTL
tokio::time::sleep(std::time::Duration::from_secs(12)).await;
// Processing a block successfully should remove the status.
mock_el.server.set_new_payload_status(
block_hash,