mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
fix typo (#2005)
This commit is contained in:
parent
7f3d8a7e7b
commit
bb1389e362
@ -21,7 +21,7 @@ var (
|
||||
// ActivatedValidators is a mapping that tracks epoch to activated validators indexes.
|
||||
// Where key is epoch, value is a list of activated validator indexes.
|
||||
ActivatedValidators = make(map[uint64][]uint64)
|
||||
// ExitedValidators is a mapping that tracks epoch to excited validators indexes.
|
||||
// ExitedValidators is a mapping that tracks epoch to exited validators indexes.
|
||||
// Where key is epoch, value is a list of exited validator indexes.
|
||||
ExitedValidators = make(map[uint64][]uint64)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user