Skip to content

Commit 65cf6a6

Browse files
committed
Add more logs
1 parent 1a6eb66 commit 65cf6a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/mpc/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func NewRegistry(
6868
) *registry {
6969
// ECDH session should only exchange keys with other peers, not self
7070
peerIDsExceptSelf := getPeerIDsExceptSelf(nodeID, peerNodeIDs)
71+
logger.Info("[GetPeerIDsExceptSelf]", "nodeID", peerNodeIDs, "peers", peerIDsExceptSelf)
7172
ecdhSession := NewECDHSession(nodeID, peerIDsExceptSelf, pubSub, identityStore)
7273
mpcThreshold := viper.GetInt("mpc_threshold")
7374
if mpcThreshold < 1 {

0 commit comments

Comments
 (0)