diff options
Diffstat (limited to 'core/utils/crypto_test.go')
-rw-r--r-- | core/utils/crypto_test.go | 2 |
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) |