Skip to content

Commit

Permalink
Merge pull request #661 from benjamin202410/mainnet-hot-fix-v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilChinchawale authored Oct 2, 2024
2 parents 071b47f + 7c9ee33 commit d355ad1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ var (
TimeoutPeriod: 600,
MinePeriod: 2,
},
8000: {
MaxMasternodes: 108,
SwitchRound: 8000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 60,
MinePeriod: 2,
},
}

TestnetV2Configs = map[uint64]*V2Config{
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit d355ad1

Please sign in to comment.