aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/node.go')
-rw-r--r--simulation/node.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulation/node.go b/simulation/node.go
index 5bd8ec1..ee2dd89 100644
--- a/simulation/node.go
+++ b/simulation/node.go
@@ -206,7 +206,6 @@ func (n *node) prepareConfigs() {
cConfig := n.cfg.Node.Consensus
n.gov.State().RequestChange(
test.StateChangeNotarySetSize, cConfig.NotarySetSize) // #nosec G104
- n.gov.State().RequestChange(test.StateChangeDKGSetSize, cConfig.DKGSetSize) // #nosec G104
n.gov.State().RequestChange(test.StateChangeLambdaBA, time.Duration(
cConfig.LambdaBA)*time.Millisecond) // #nosec G104
n.gov.State().RequestChange(test.StateChangeLambdaDKG, time.Duration(