mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
revert rename change as change db field name and stops block chain reading from db (#517)
This commit is contained in:
parent
1ca9930b10
commit
5d4ea760d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue