aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils/crypto_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils/crypto_test.go')
-rw-r--r--core/utils/crypto_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils/crypto_test.go b/core/utils/crypto_test.go
index 061f250..5dfd82b 100644
--- a/core/utils/crypto_test.go
+++ b/core/utils/crypto_test.go
@@ -179,7 +179,7 @@ func (s *CryptoTestSuite) TestDKGSignature() {
Round: 5,
Reset: 6,
DKGID: id,
- PublicKeyShares: *pkShare,
+ PublicKeyShares: *pkShare.Move(),
}
mpk.Signature, err = prv.Sign(hashDKGMasterPublicKey(mpk))
s.Require().NoError(err)