File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type Delegate struct {
15
15
NumContracts int64 `json:"numContracts"`
16
16
NumDelegators int64 `json:"numDelegators"`
17
17
NumBlocks int64 `json:"numBlocks"`
18
- NumEndorsements int64 `json:"numEndorsements "`
18
+ NumAttestations int64 `json:"numAttestations "`
19
19
NumBallots int64 `json:"numBallots"`
20
20
NumProposals int64 `json:"numProposals"`
21
21
NumActivations int64 `json:"numActivations"`
22
22
NumDoubleBaking int64 `json:"numDoubleBaking"`
23
- NumDoubleEndorsing int64 `json:"numDoubleEndorsing "`
23
+ NumDoubleConsensus int64 `json:"numDoubleConsensus "`
24
24
NumNonceRevelations int64 `json:"numNonceRevelations"`
25
25
NumRevelationPenalties int64 `json:"numRevelationPenalties"`
26
26
NumDelegations int64 `json:"numDelegations"`
You can’t perform that action at this time.
0 commit comments