diff options
Diffstat (limited to 'integration_test/round-event_test.go')
-rw-r--r-- | integration_test/round-event_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/round-event_test.go b/integration_test/round-event_test.go index f83a437..dca0834 100644 --- a/integration_test/round-event_test.go +++ b/integration_test/round-event_test.go @@ -82,7 +82,7 @@ func (s *RoundEventTestSuite) proposeMPK( Round: round, Reset: reset, DKGID: typesDKG.NewID(types.NewNodeID(pubKey)), - PublicKeyShares: *pubShare, + PublicKeyShares: *pubShare.Move(), } s.Require().NoError(s.signers[idx].SignDKGMasterPublicKey(mpk)) gov.AddDKGMasterPublicKey(mpk) |