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