Skip to content

Commit

Permalink
Fix compile error in client builder
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent 1faf17a commit 52bbd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/client/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ where
runtime_context.executor.spawn(
async move {
let result = inner_chain
.update_execution_engine_forkchoice_async(current_slot, params)
.update_execution_engine_forkchoice(current_slot, params)
.await;

// No need to exit early if setting the head fails. It will be set again if/when the
Expand Down

0 comments on commit 52bbd94

Please sign in to comment.