Skip to content

Commit

Permalink
Set ExitEpoch in Syncer
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-ssvlabs committed Jan 23, 2025
1 parent 1367942 commit 4928fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/validator/metadata/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (s *Syncer) Fetch(_ context.Context, pubKeys []spectypes.ValidatorPK) (Vali
Status: v.Status,
Index: v.Index,
ActivationEpoch: v.Validator.ActivationEpoch,
ExitEpoch: v.Validator.ExitEpoch,
}
results[spectypes.ValidatorPK(v.Validator.PublicKey)] = meta
}
Expand Down

0 comments on commit 4928fc7

Please sign in to comment.