From b54bf1394a25f691dc1f6f2c79e20527746e4f79 Mon Sep 17 00:00:00 2001 From: jzh <1092431698@qq.com> Date: Mon, 10 Feb 2025 12:10:52 +0800 Subject: [PATCH] feat(dpos): set value of ChangeViewV1Height --- common/config/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config/config.go b/common/config/config.go index a8bbdb529..b2d87e3a6 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -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,