aboutsummaryrefslogtreecommitdiffstats
path: root/core/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/governance.go')
-rw-r--r--core/governance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/governance.go b/core/governance.go
index db0e60b6c..da310a1cd 100644
--- a/core/governance.go
+++ b/core/governance.go
@@ -99,7 +99,7 @@ func (g *Governance) Configuration(round uint64) *coreTypes.Config {
return &coreTypes.Config{
LambdaBA: time.Duration(c.LambdaBA) * time.Millisecond,
LambdaDKG: time.Duration(c.LambdaDKG) * time.Millisecond,
- NotarySetSize: c.NotarySetSize,
+ NotarySetSize: uint32(configHelper.NotarySetSize().Uint64()),
DKGSetSize: c.DKGSetSize,
RoundLength: c.RoundLength,
MinBlockInterval: time.Duration(c.MinBlockInterval) * time.Millisecond,