diff --git a/common/config/config.go b/common/config/config.go index 39cd06750..99df112a5 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -185,7 +185,7 @@ func GetDefaultParams() *Configuration { DPoSV2DepositCoinMinLockTime: 7200, DPoSV2MinVotesLockTime: 7200, DPoSV2MaxVotesLockTime: 720000, - SignTolerance: 5 * time.Second, + SignTolerance: 5, MaxInactiveRounds: 720 * 2, InactivePenalty: 0, //there will be no penalty in this version IllegalPenalty: 0,