File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8888 TimeoutPeriod : 10 ,
8989 MinePeriod : 2 ,
9090 },
91+ 17584000 : {
92+ MaxMasternodes : 108 ,
93+ SwitchRound : 17584000 ,
94+ CertThreshold : 0.667 ,
95+ TimeoutSyncThreshold : 3 ,
96+ TimeoutPeriod : 300 ,
97+ MinePeriod : 2 ,
98+ },
9199 }
92100
93101 TestnetV2Configs = map [uint64 ]* V2Config {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424 VersionMajor = 2 // Major version component of the current release
2525 VersionMinor = 4 // Minor version component of the current release
2626 VersionPatch = 2 // Patch version component of the current release
27- VersionMeta = "stable " // Version metadata to append to the version string
27+ VersionMeta = "hotfix " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments