*Update dist
This commit is contained in:
parent
c476de47b6
commit
6bf6ea3595
|
@ -293,7 +293,7 @@ class DHTCache extends events_1.default {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!this.connectedTo.has(id)) {
|
if (!this.connectedTo.has(id)) {
|
||||||
this.swarm.joinPeer(id);
|
this.swarm.joinPeer(b4a_1.default.from(id, "hex"));
|
||||||
}
|
}
|
||||||
for (const connection of connectedTo) {
|
for (const connection of connectedTo) {
|
||||||
const peer = b4a_1.default.from(connection);
|
const peer = b4a_1.default.from(connection);
|
||||||
|
|
Loading…
Reference in New Issue