*Update dist
This commit is contained in:
parent
3d77943112
commit
dccdbbd13d
|
@ -27,7 +27,7 @@ class DHTCache extends events_1.default {
|
|||
super();
|
||||
if (!id)
|
||||
throw new TypeError("Must provide id for self");
|
||||
this.id = id;
|
||||
this.id = b4a_1.default.from(id);
|
||||
this.bootstrapped = false;
|
||||
this.graph = new jsnetworkx_1.DiGraph();
|
||||
this.connectedTo = new Set();
|
||||
|
|
Loading…
Reference in New Issue