*dht id is nested
This commit is contained in:
parent
ddf79c2efd
commit
bf70a54b31
|
@ -82,7 +82,7 @@ export class DHT {
|
||||||
throw new Error(err);
|
throw new Error(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.id = dht;
|
this.id = dht.dht;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async close(): Promise<boolean> {
|
public async close(): Promise<boolean> {
|
||||||
|
|
Loading…
Reference in New Issue