mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 15:14:32 +00:00
update config for fix (#248)
This commit is contained in:
parent
95d12211fe
commit
2135e2b0a1
1 changed files with 16 additions and 0 deletions
|
|
@ -142,6 +142,22 @@ var (
|
|||
WaitPeriod: 2,
|
||||
MinePeriod: 2,
|
||||
},
|
||||
1962900: {
|
||||
SwitchRound: 1962900,
|
||||
CertThreshold: 50, // attack fix by reduce this number
|
||||
TimeoutSyncThreshold: 5,
|
||||
TimeoutPeriod: 25,
|
||||
WaitPeriod: 2,
|
||||
MinePeriod: 2,
|
||||
},
|
||||
1964900: {
|
||||
SwitchRound: 1964900,
|
||||
CertThreshold: 73, // recover back to normal number, expect all nodes is back into masternode list
|
||||
TimeoutSyncThreshold: 5,
|
||||
TimeoutPeriod: 25,
|
||||
WaitPeriod: 2,
|
||||
MinePeriod: 2,
|
||||
},
|
||||
}
|
||||
|
||||
UnitTestV2Configs = map[uint64]*V2Config{
|
||||
|
|
|
|||
Loading…
Reference in a new issue