aboutsummaryrefslogtreecommitdiffstats
path: root/params/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'params/config.go')
-rw-r--r--params/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 6971e1a72..a1fa0f6d8 100644
--- a/params/config.go
+++ b/params/config.go
@@ -142,7 +142,7 @@ var (
LambdaDKG: 10000,
NotarySetSize: 4,
DKGSetSize: 4,
- RoundLength: 1200000,
+ RoundLength: 1200,
MinBlockInterval: 1000,
FineValues: []*big.Int{
new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e4)),