*Using wrong map
This commit is contained in:
parent
83692b8225
commit
8d4be6ec4a
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue