Skip to content

Commit de1089f

Browse files
authored
Merge pull request #531 from razor-network/governance-parameter-staging
Government parameters changed.
2 parents 9284f07 + 61c50f5 commit de1089f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"github.com/ethereum/go-ethereum/common"
77
)
88

9-
var StateLength uint64 = 60
10-
var EpochLength int64 = 300
9+
var StateLength uint64 = 180
10+
var EpochLength int64 = 900
1111

1212
var NumberOfStates int64 = 5
1313
var ChainId = big.NewInt(80001)

0 commit comments

Comments
 (0)