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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 8ebfb02..75f5422 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -283,7 +283,7 @@ func (s *ConsensusTestSuite) TestDKGCRS() {
crsFinish := make(chan struct{})
for _, con := range cons {
go func(con *Consensus) {
- con.runCRS(0)
+ con.runCRS(0, gov.CRS(0))
crsFinish <- struct{}{}
}(con)
}