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 95d1221 commit 2135e2bCopy full SHA for 2135e2b
params/config.go
@@ -142,6 +142,22 @@ var (
142
WaitPeriod: 2,
143
MinePeriod: 2,
144
},
145
+ 1962900: {
146
+ SwitchRound: 1962900,
147
+ CertThreshold: 50, // attack fix by reduce this number
148
+ TimeoutSyncThreshold: 5,
149
+ TimeoutPeriod: 25,
150
+ WaitPeriod: 2,
151
+ MinePeriod: 2,
152
+ },
153
+ 1964900: {
154
+ SwitchRound: 1964900,
155
+ CertThreshold: 73, // recover back to normal number, expect all nodes is back into masternode list
156
157
158
159
160
161
}
162
163
UnitTestV2Configs = map[uint64]*V2Config{
0 commit comments