Skip to content

Commit

Permalink
feat: set default value of mainnet RecordSponsorStartHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed Sep 13, 2024
1 parent d65d2da commit ea429f7
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 @@ -195,7 +195,7 @@ func GetDefaultParams() *Configuration {
DPoSV2RewardAccumulateProgramHash: StakeRewardProgramHash,
NFTStartHeight: 1405000,
SponsorsFilePath: "sponsors",
RecordSponsorStartHeight: math.MaxUint32,
RecordSponsorStartHeight: 1801550,
OriginArbiters: []string{
"0248df6705a909432be041e0baa25b8f648741018f70d1911f2ed28778db4b8fe4",
"02771faf0f4d4235744b30972d5f2c470993920846c761e4d08889ecfdc061cddf",
Expand Down

0 comments on commit ea429f7

Please sign in to comment.