Skip to content

Commit

Permalink
fix(nft): change the default value of SignTolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed Mar 29, 2023
1 parent 3f7b8f3 commit 0bec966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0bec966

Please sign in to comment.