mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Broadcast validator registration to all synced beacon nodes (#5976)
* Broadcast validator registration to all sycnc'd nodes. * Eagerly send out validator registrations even whe BN is not synced.
This commit is contained in:
@@ -477,7 +477,7 @@ impl<T: SlotClock + 'static, E: EthSpec> PreparationService<T, E> {
|
||||
for batch in signed.chunks(self.validator_registration_batch_size) {
|
||||
match self
|
||||
.beacon_nodes
|
||||
.first_success(
|
||||
.broadcast(
|
||||
RequireSynced::No,
|
||||
OfflineOnFailure::No,
|
||||
|beacon_node| async move {
|
||||
|
||||
Reference in New Issue
Block a user