revert rename change as change db field name and stops block chain reading from db (#517)

This commit is contained in:
Liam 2024-04-08 20:40:20 +08:00 committed by GitHub
parent 1ca9930b10
commit 5d4ea760d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ type SnapshotV2 struct {
Hash common.Hash `json:"hash"` // Block hash where the snapshot was created
// candidates will get assigned on updateM1
NextEpochCandidates []common.Address `json:"candidates"` // 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
}
// create new snapshot for next epoch to use