mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
missing ValidatorMapping added.
This commit is contained in:
parent
ac7b764207
commit
cca2a7d213
1 changed files with 6 additions and 0 deletions
|
|
@ -73,8 +73,14 @@ var (
|
|||
"withdrawsState": 0,
|
||||
"validatorsState": 1,
|
||||
"voters": 2,
|
||||
"KYCString": 3,
|
||||
"invalidKYCCount": 4,
|
||||
"hasVotedInvalid": 5,
|
||||
"ownerToCandidate": 6,
|
||||
"owners": 7,
|
||||
"candidates": 8,
|
||||
"candidateCount": 9,
|
||||
"ownerCount": 10,
|
||||
"minCandidateCap": 11,
|
||||
"minVoterCap": 12,
|
||||
"maxValidatorNumber": 13,
|
||||
|
|
|
|||
Loading…
Reference in a new issue