mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
engine_v2: add comment for type SnapshotV2, close XFN-124 (#1689)
This commit is contained in:
parent
d2706538e2
commit
fc748cc52a
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ type SnapshotV2 struct {
|
||||||
Hash common.Hash `json:"hash"` // Block hash where the snapshot was created
|
Hash common.Hash `json:"hash"` // Block hash where the snapshot was created
|
||||||
|
|
||||||
// candidates will get assigned on updateM1
|
// candidates will get assigned on updateM1
|
||||||
|
// NOTE: must keep JSON tag "masterNodes", ref: PR #517
|
||||||
NextEpochCandidates []common.Address `json:"masterNodes"` // Set of authorized candidates nodes at this moment for next epoch
|
NextEpochCandidates []common.Address `json:"masterNodes"` // Set of authorized candidates nodes at this moment for next epoch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue