Compare commits

..

No commits in common. "8959c644e3bbe3b4e018d874d781b40eae85406f" and "1158bd72c6be8a713c062ef36dac3864118398a7" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
dist/index.js vendored
View File

@ -277,7 +277,6 @@ 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();
}