aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/app_test.go')
-rw-r--r--core/test/app_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/app_test.go b/core/test/app_test.go
index 1579549..c83aaf6 100644
--- a/core/test/app_test.go
+++ b/core/test/app_test.go
@@ -85,7 +85,7 @@ func (s *AppTestSuite) proposeMPK(
PublicKeyShares: *pubShare,
}
s.Require().NoError(s.signers[idx].SignDKGMasterPublicKey(mpk))
- gov.AddDKGMasterPublicKey(round, mpk)
+ gov.AddDKGMasterPublicKey(mpk)
}
}
@@ -100,7 +100,7 @@ func (s *AppTestSuite) proposeFinalize(
Reset: reset,
}
s.Require().NoError(s.signers[idx].SignDKGFinalize(final))
- gov.AddDKGFinalize(round, final)
+ gov.AddDKGFinalize(final)
}
}