Skip to content

Commit

Permalink
Eagerly send out validator registrations even whe BN is not synced.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jun 26, 2024
1 parent b36d192 commit 51c1784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/preparation_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ impl<T: SlotClock + 'static, E: EthSpec> PreparationService<T, E> {
match self
.beacon_nodes
.broadcast(
RequireSynced::Yes,
RequireSynced::No,
OfflineOnFailure::No,
|beacon_node| async move {
beacon_node.post_validator_register_validator(batch).await
Expand Down

0 comments on commit 51c1784

Please sign in to comment.