Skip to content

Commit

Permalink
feat: set testnet RecordSponsorStartHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed Jul 29, 2024
1 parent 593fd97 commit f2c9fa5
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 @@ -383,7 +383,7 @@ func (p *Configuration) TestNet() *Configuration {
p.CRConfiguration.CRClaimPeriod = 10080
p.DPoSConfiguration.NFTStartHeight = 1098000
p.DPoSConfiguration.SponsorsFilePath = "sponsors"
p.DPoSConfiguration.RecordSponsorStartHeight = math.MaxUint32
p.DPoSConfiguration.RecordSponsorStartHeight = 1174500

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

0 comments on commit f2c9fa5

Please sign in to comment.