mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 06:34:32 +00:00
Merge pull request #75 from XinFinOrg/AnilChinchawale-patch-1
TestNet Config updated
This commit is contained in:
commit
2e07301083
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ package common
|
|||
import "math/big"
|
||||
|
||||
const (
|
||||
RewardMasterPercent = 40
|
||||
RewardVoterPercent = 50
|
||||
RewardMasterPercent = 90
|
||||
RewardVoterPercent = 0
|
||||
RewardFoundationPercent = 10
|
||||
HexSignMethod = "e341eaa4"
|
||||
HexSetSecret = "34d38600"
|
||||
|
|
@ -12,7 +12,7 @@ const (
|
|||
EpocBlockSecret = 800
|
||||
EpocBlockOpening = 850
|
||||
EpocBlockRandomize = 900
|
||||
MaxMasternodes = 150
|
||||
MaxMasternodes = 18
|
||||
LimitPenaltyEpoch = 4
|
||||
BlocksPerYear = uint64(15768000)
|
||||
LimitThresholdNonceInQueue = 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue