*bootstrapped flag needs to be set

This commit is contained in:
Derrick Hammer 2022-11-26 19:32:22 -05:00
parent 1158bd72c6
commit 67bdf54e71
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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