From 6bf6ea3595ec698bffcdd95b2c19353c2b07caf3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 17 Dec 2022 11:38:31 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 2436947..d988add 100644 --- a/dist/index.js +++ b/dist/index.js @@ -293,7 +293,7 @@ class DHTCache extends events_1.default { continue; } if (!this.connectedTo.has(id)) { - this.swarm.joinPeer(id); + this.swarm.joinPeer(b4a_1.default.from(id, "hex")); } for (const connection of connectedTo) { const peer = b4a_1.default.from(connection);