File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,15 @@ var (
107107 MinePeriod : 2 ,
108108 ExpTimeoutConfig : ExpTimeoutConfig {Base : 1.0 , MaxExponent : 0 },
109109 },
110+ 20277000 : {
111+ MaxMasternodes : 108 ,
112+ SwitchRound : 20277000 ,
113+ CertThreshold : 0.667 ,
114+ TimeoutSyncThreshold : 3 ,
115+ TimeoutPeriod : 10 ,
116+ MinePeriod : 2 ,
117+ ExpTimeoutConfig : ExpTimeoutConfig {Base : 1.0 , MaxExponent : 0 },
118+ },
110119 }
111120
112121 DevnetV2Configs = map [uint64 ]* V2Config {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323const (
2424 VersionMajor = 2 // Major version component of the current release
2525 VersionMinor = 6 // Minor version component of the current release
26- VersionPatch = 6 // Patch version component of the current release
26+ VersionPatch = 7 // Patch version component of the current release
2727 VersionMeta = "testnet" // Version metadata to append to the version string
2828)
2929
You can’t perform that action at this time.
0 commit comments