*Using wrong map
This commit is contained in:
parent
83692b8225
commit
8d4be6ec4a
|
@ -145,7 +145,7 @@ export default class DHT {
|
||||||
const node = new DhtNode(
|
const node = new DhtNode(
|
||||||
new Stream(
|
new Stream(
|
||||||
true,
|
true,
|
||||||
new WebSocket(this._activeRelays.get(connection) as string)
|
new WebSocket(this._relays.get(connection) as string)
|
||||||
),
|
),
|
||||||
this._options
|
this._options
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue