mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Update beacon_node/http_api/src/validator/execution_payload_bid.rs
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ pub fn get_validator_execution_payload_bid<T: BeaconChainTypes>(
|
|||||||
task_spawner.spawn_async_with_rejection(Priority::P0, async move {
|
task_spawner.spawn_async_with_rejection(Priority::P0, async move {
|
||||||
debug!(
|
debug!(
|
||||||
?slot,
|
?slot,
|
||||||
"Execution paylaod bid production request from HTTP API"
|
"Execution payload bid production request from HTTP API"
|
||||||
);
|
);
|
||||||
|
|
||||||
not_synced_filter?;
|
not_synced_filter?;
|
||||||
|
|||||||
Reference in New Issue
Block a user