From 08c46533125a772f185ec963da3666a00c9f3b7f Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 9 Feb 2026 20:43:27 -0800 Subject: [PATCH] Update beacon_node/http_api/src/validator/execution_payload_bid.rs Co-authored-by: Jimmy Chen --- beacon_node/http_api/src/validator/execution_payload_bid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/http_api/src/validator/execution_payload_bid.rs b/beacon_node/http_api/src/validator/execution_payload_bid.rs index 8e1235d0b0..c1353c22b0 100644 --- a/beacon_node/http_api/src/validator/execution_payload_bid.rs +++ b/beacon_node/http_api/src/validator/execution_payload_bid.rs @@ -39,7 +39,7 @@ pub fn get_validator_execution_payload_bid( task_spawner.spawn_async_with_rejection(Priority::P0, async move { debug!( ?slot, - "Execution paylaod bid production request from HTTP API" + "Execution payload bid production request from HTTP API" ); not_synced_filter?;