aboutsummaryrefslogtreecommitdiffstats
path: root/core/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-03 23:23:59 +0800
committerGitHub <noreply@github.com>2018-10-03 23:23:59 +0800
commit64efb7a31383c912b3980b02c7e6dea34247aaf7 (patch)
treeeaa9266ddb3ea4765f0ebc15af6ac25a3ebfcacf /core/test
parentf16fd59cccc5a5ba7438836c39151d4f677b5042 (diff)
downloaddexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar.gz
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar.bz2
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar.lz
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar.xz
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.tar.zst
dexon-consensus-64efb7a31383c912b3980b02c7e6dea34247aaf7.zip
core: remove NumWitnessSet in governance config (#167)
NumWitnessSet is no longer required as we don't have witness set in the design anymore.
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,