We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6eb66 commit 65cf6a6Copy full SHA for 65cf6a6
1 file changed
pkg/mpc/registry.go
@@ -68,6 +68,7 @@ func NewRegistry(
68
) *registry {
69
// ECDH session should only exchange keys with other peers, not self
70
peerIDsExceptSelf := getPeerIDsExceptSelf(nodeID, peerNodeIDs)
71
+ logger.Info("[GetPeerIDsExceptSelf]", "nodeID", peerNodeIDs, "peers", peerIDsExceptSelf)
72
ecdhSession := NewECDHSession(nodeID, peerIDsExceptSelf, pubSub, identityStore)
73
mpcThreshold := viper.GetInt("mpc_threshold")
74
if mpcThreshold < 1 {
0 commit comments