Skip to content

Commit d24d559

Browse files
benjamin202410liam.lai
andauthored
increase timeout to 5 mins to let node mine out block (#1900)
Co-authored-by: liam.lai <liam.lai@us>
1 parent 264c68d commit d24d559

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

params/config.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ var (
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{

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)