Update nodeinfo

This commit is contained in:
Neil Alexander
2022-09-04 21:17:04 +01:00
parent 2545641499
commit a4dca1686b

View File

@@ -41,7 +41,7 @@ func NewYggdrasilTransport(log *log.Logger, sk ed25519.PrivateKey, pk ed25519.Pu
},
},
NodeInfo: map[string]interface{}{
"name": "Yggmail",
"name": hex.EncodeToString(pk) + "@yggmail",
},
NodeInfoPrivacy: true,
}