Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer 8959c644e3
*Update dist 2022-11-26 19:32:39 -05:00
Derrick Hammer 67bdf54e71
*bootstrapped flag needs to be set 2022-11-26 19:32:22 -05:00
2 changed files with 2 additions and 1 deletions

1
dist/index.js vendored
View File

@ -277,6 +277,7 @@ class DHTCache extends events_1.default {
}
}
this.emit("bootstrapped");
this.bootstrapped = true;
this._recalculate();
}
_getBootstrapInfo() {

View File

@ -357,7 +357,7 @@ export default class DHTCache extends EventEmitter {
}
this.emit("bootstrapped");
this.bootstrapped = true;
this._recalculate();
}