diff options
Diffstat (limited to 'params/config.go')
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index 86364e6f4..efcf0400a 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)), |