We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36df9f commit a76c885Copy full SHA for a76c885
params/config.go
@@ -78,6 +78,22 @@ var (
78
TimeoutPeriod: 30,
79
MinePeriod: 2,
80
},
81
+ 7956000: { // 2024.01.17 Devnet Deplyment Issue
82
+ MaxMasternodes: 108,
83
+ SwitchRound: 7956000,
84
+ CertThreshold: 0.4,
85
+ TimeoutSyncThreshold: 3,
86
+ TimeoutPeriod: 30,
87
+ MinePeriod: 2,
88
+ },
89
+ 7974000: {
90
91
+ SwitchRound: 7974000,
92
+ CertThreshold: 0.667,
93
94
95
96
97
}
98
99
UnitTestV2Configs = map[uint64]*V2Config{
0 commit comments