aboutsummaryrefslogtreecommitdiffstats
path: root/core/crypto.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto.go')
-rw-r--r--core/crypto.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/crypto.go b/core/crypto.go
index 111f709..c95811e 100644
--- a/core/crypto.go
+++ b/core/crypto.go
@@ -151,6 +151,7 @@ func hashDKGPrivateShare(prvShare *types.DKGPrivateShare) common.Hash {
return crypto.Keccak256Hash(
prvShare.ProposerID.Hash[:],
+ prvShare.ReceiverID.Hash[:],
binaryRound,
prvShare.PrivateShare.Bytes(),
)