*Using wrong map

This commit is contained in:
Derrick Hammer 2022-07-26 22:49:46 -04:00
parent 83692b8225
commit 8d4be6ec4a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export default class DHT {
const node = new DhtNode(
new Stream(
true,
new WebSocket(this._activeRelays.get(connection) as string)
new WebSocket(this._relays.get(connection) as string)
),
this._options
);