Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Dec 3, 2023
1 parent f0f2442 commit bc1a594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validator_client/src/block_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
// Try the proposer nodes last, since it's likely that they don't have a
// great view of attestations on the network.
let block_contents = proposer_fallback
.request_proposers_last(
.first_success_try_proposers_last(
RequireSynced::No,
OfflineOnFailure::Yes,
move |beacon_node| {
Expand Down
3 changes: 2 additions & 1 deletion validator_client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.long("produce-block-v3")
.help("Enable block production via the block v3 endpoint for this validator client. \
This should only be enabled when paired with a beacon node \
that has this endpoint implemented.")
that has this endpoint implemented. This flag will be ignored \
after the Deneb fork.")
.takes_value(false)
)
/* REST API related arguments */
Expand Down

0 comments on commit bc1a594

Please sign in to comment.