Skip to content

Commit 5084c63

Browse files
author
liam.lai
committed
reduce timeout to 10s
1 parent 7a83657 commit 5084c63

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

params/config.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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{

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
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

0 commit comments

Comments
 (0)