engine_v2: add comment for type SnapshotV2, close XFN-124 (#1689)

This commit is contained in:
Daniel Liu 2025-11-03 15:16:05 +08:00 committed by GitHub
parent d2706538e2
commit fc748cc52a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ type SnapshotV2 struct {
Hash common.Hash `json:"hash"` // Block hash where the snapshot was created
// 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
}