Skip to content

Commit

Permalink
fix config for round (ethereum#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-lai authored Apr 17, 2023
1 parent 2135e2b commit 7894cbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,17 @@ var (
WaitPeriod: 2,
MinePeriod: 2,
},
1962900: {
SwitchRound: 1962900,
CertThreshold: 50, // attack fix by reduce this number
1962899: {
SwitchRound: 1962899, // start from next round
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
1964899: {
SwitchRound: 1964899, // start from next round
CertThreshold: 73, // recover back to normal number, expect all nodes is back into masternode list
TimeoutSyncThreshold: 5,
TimeoutPeriod: 25,
WaitPeriod: 2,
Expand Down

0 comments on commit 7894cbe

Please sign in to comment.