aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-18 22:29:39 +0800
committerGitHub <noreply@github.com>2018-11-18 22:29:39 +0800
commit14e7fb10da9160d01f6dda0b86eaf7fe99d40a79 (patch)
tree81c931fccf1e981cfbd46dbfb3106a010882edba /core/consensus_test.go
parent591c80dbe9dbdea4cec202b07f4da081020f964a (diff)
downloaddexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar.gz
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar.bz2
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar.lz
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar.xz
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.tar.zst
dexon-consensus-14e7fb10da9160d01f6dda0b86eaf7fe99d40a79.zip
core: Handle issues if DKG/CRS is already finished (#334)
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index a55d708..802182a 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -522,7 +522,7 @@ func (s *ConsensusTestSuite) TestDKGCRS() {
con.cfgModule.registerDKG(uint64(0), n/3+1)
}
for _, con := range cons {
- con.runDKGTSIG(0, gov.Configuration(0))
+ con.runDKG(0, gov.Configuration(0))
}
for _, con := range cons {
func() {