aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/state_test.go')
-rw-r--r--core/test/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/state_test.go b/core/test/state_test.go
index 5ad5a3e..e3ed9bb 100644
--- a/core/test/state_test.go
+++ b/core/test/state_test.go
@@ -50,7 +50,7 @@ func (s *StateTestSuite) newDKGMasterPublicKey(
Round: round,
Reset: reset,
DKGID: dID,
- PublicKeyShares: *pubShare,
+ PublicKeyShares: *pubShare.Move(),
}
}