forked from snxraven/LinkUp-P2P-Chat
Huh? Is it actually inverted??
This commit is contained in:
parent
acb5609d03
commit
230cdd1321
@ -24,8 +24,8 @@ class Client extends EventEmitter {
|
||||
|
||||
this.swarm.peers.forEach((peer, peerInfo) => {
|
||||
console.log([peer]);
|
||||
console.log([peerInfo.topics]);
|
||||
console.log(`Peer ${[peer]} is in topic(s) ${[peerInfo.topics].filter(topic => topic).map(topic => topic.toString('hex'))}`);
|
||||
console.log([peerInfo]);
|
||||
console.log(`Peer ${[peer]} is in topic(s) ${[peer.topics].filter(topic => topic).map(topic => topic.toString('hex'))}`);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user