Skip to content

Commit

Permalink
feat(dpos): set value of ChangeViewV1Height
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed Feb 10, 2025
1 parent 5778cfd commit b54bf13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ func GetDefaultParams() *Configuration {
MaxInactiveRoundsOfRandomNode: 36 * 8,
RevertToPOWNoBlockTime: 12 * 3600,
StopConfirmBlockTime: 11 * 3600,
RevertToPOWNoBlockTimeV1: 2 * 3600, // todo complete me
StopConfirmBlockTimeV1: 6600, // todo complete me
ChangeViewV1Height: math.MaxUint32, // todo complete me
RevertToPOWNoBlockTimeV1: 2 * 3600,
StopConfirmBlockTimeV1: 6600,
ChangeViewV1Height: 1911200,
DPoSV2IllegalPenalty: 20000000000,
DPOSNodeCrossChainHeight: math.MaxUint32,
DPoSV2DepositCoinMinLockTime: 7200,
Expand Down

0 comments on commit b54bf13

Please sign in to comment.