mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
parent
73702ad150
commit
d63179ab57
@ -89,7 +89,6 @@ proc pollForValidatorIndices*(vc: ValidatorClientRef) {.async.} =
|
||||
for item in validators:
|
||||
var validator = vc.attachedValidators[].getValidator(item.validator.pubkey)
|
||||
if isNil(validator):
|
||||
validator.updateValidator(Opt.none ValidatorAndIndex)
|
||||
missing.add(validatorLog(item.validator.pubkey, item.index))
|
||||
else:
|
||||
validator.updateValidator(Opt.some ValidatorAndIndex(
|
||||
|
Loading…
x
Reference in New Issue
Block a user