mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Remove friendlyname traces, preserve endpoints
This commit is contained in:
parent
b809adf981
commit
aab0502a4a
8 changed files with 30 additions and 52 deletions
|
@ -84,7 +84,7 @@ func (c *Core) DEBUG_getPeers() *peers {
|
|||
func (ps *peers) DEBUG_newPeer(box boxPubKey, sig sigPubKey, link boxSharedKey) *peer {
|
||||
//in <-chan []byte,
|
||||
//out chan<- []byte) *peer {
|
||||
return ps.newPeer(&box, &sig, &link) //, in, out)
|
||||
return ps.newPeer(&box, &sig, &link, "(simulator)") //, in, out)
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue