Skip to content

Commit 4a76be6

Browse files
authored
Merge of #5976
2 parents 937f8b2 + 51c1784 commit 4a76be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_client/src/preparation_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ impl<T: SlotClock + 'static, E: EthSpec> PreparationService<T, E> {
477477
for batch in signed.chunks(self.validator_registration_batch_size) {
478478
match self
479479
.beacon_nodes
480-
.first_success(
480+
.broadcast(
481481
RequireSynced::No,
482482
OfflineOnFailure::No,
483483
|beacon_node| async move {

0 commit comments

Comments
 (0)