*Update dist

This commit is contained in:
Derrick Hammer 2022-11-26 18:43:59 -05:00
parent 3d77943112
commit dccdbbd13d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -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();