Merge pull request #904 from XinFinOrg/test-devnet-reward-more

test devnet reward more
This commit is contained in:
benjamin202410 2025-03-10 22:15:54 -07:00 committed by GitHub
commit c1665e5975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ var (
ProtectorReward: 4000,
ObserverReward: 1000,
},
2052900: {
2053800: {
MaxMasternodes: 10,
MaxProtectorNodes: 3,
SwitchRound: 2053800,
@ -134,6 +134,19 @@ var (
ProtectorReward: 2000,
ObserverReward: 1000,
},
2090700: {
MaxMasternodes: 10,
MaxProtectorNodes: 0,
SwitchRound: 2090700,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 5,
MinePeriod: 2,
ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
MasternodeReward: 5000,
ProtectorReward: 4000,
ObserverReward: 1000,
},
}
UnitTestV2Configs = map[uint64]*V2Config{