aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 73c13f2..e089fdf 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -463,6 +463,7 @@ func (s *ConsensusTestSuite) TestDKGCRS() {
nID := types.NewNodeID(key.PublicKey())
cons[nID] = con
go con.processMsg(con.network.ReceiveChan())
+ con.cfgModule.registerDKG(uint64(0), n/3+1)
}
for _, con := range cons {
con.runDKGTSIG(uint64(0))