minor fixes

This commit is contained in:
crn4
2025-10-02 11:58:55 +02:00
parent f20a1b3328
commit 841bc7564a

View File

@@ -957,7 +957,6 @@ func (b *NetworkMapBuilder) isPeerRouter(account *Account, peerID string) bool {
return true
}
// ??
if peer := b.cache.globalPeers[peerID]; peer != nil {
if r.Peer == peer.Key && r.PeerID == "" {
return true