mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
Fixed epoc number to 900 for randomize.
This commit is contained in:
parent
7aa35671ad
commit
1e01e469f1
1 changed files with 3 additions and 3 deletions
|
|
@ -37,9 +37,9 @@ const (
|
|||
RewardFoundationPercent = 10
|
||||
HexSetSecret = "34d38600"
|
||||
HexSetOpening = "e11f5ba2"
|
||||
EpocBlockSecret = 20
|
||||
EpocBlockOpening = 30
|
||||
EpocBlockRandomize = 50
|
||||
EpocBlockSecret = 800
|
||||
EpocBlockOpening = 850
|
||||
EpocBlockRandomize = 900
|
||||
MaxMasternodes = 150
|
||||
M2ByteLength = 4
|
||||
extraVanity = 32 // Fixed number of extra-data prefix bytes reserved for signer vanity
|
||||
|
|
|
|||
Loading…
Reference in a new issue