mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +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) {
|
for batch in signed.chunks(self.validator_registration_batch_size) {
|
||||||
match self
|
match self
|
||||||
.beacon_nodes
|
.beacon_nodes
|
||||||
.first_success(
|
.broadcast(
|
||||||
RequireSynced::No,
|
RequireSynced::No,
|
||||||
OfflineOnFailure::No,
|
OfflineOnFailure::No,
|
||||||
|beacon_node| async move {
|
|beacon_node| async move {
|
||||||
|
|||||||
Reference in New Issue
Block a user