aboutsummaryrefslogtreecommitdiffstats
path: root/core/test
diff options
context:
space:
mode:
Diffstat (limited to 'core/test')
-rw-r--r--core/test/governance.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/test/governance.go b/core/test/governance.go
index 95cd6f7..31fe5f4 100644
--- a/core/test/governance.go
+++ b/core/test/governance.go
@@ -96,7 +96,6 @@ func (g *Governance) Configuration(_ uint64) *types.Config {
K: 0,
PhiRatio: 0.667,
NumNotarySet: len(g.privateKeys),
- NumWitnessSet: len(g.privateKeys),
NumDKGSet: len(g.privateKeys),
RoundInterval: g.RoundInterval,
MinBlockInterval: g.MinBlockInterval,