Skip to content

Commit

Permalink
feat(bpos): set default value of ChangeVoteTargetStartHeight for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed Oct 26, 2023
1 parent e61b82d commit 65bd5f9
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 @@ -390,9 +390,9 @@ func (p *Configuration) TestNet() *Configuration {
p.DPoSConfiguration.NFTStartHeight = 1098000
p.DPoSConfiguration.NFTV2StartHeight = 1171000
p.DPoSConfiguration.DexStartHeight = 1171000
p.DPoSConfiguration.ChangeVoteTargetStartHeight = math.MaxUint32 // todo complete me
p.DPoSConfiguration.RenewalVotingTargetDuration = 14 * 720 // todo complete me
p.DPoSConfiguration.MinRenewalVotingTargetLockTime = 720 // todo complete me
p.DPoSConfiguration.ChangeVoteTargetStartHeight = 1252600
p.DPoSConfiguration.RenewalVotingTargetDuration = 14 * 720
p.DPoSConfiguration.MinRenewalVotingTargetLockTime = 720

p.HttpInfoPort = 21333
p.HttpRestPort = 21334
Expand Down

0 comments on commit 65bd5f9

Please sign in to comment.