*Need to use _compileMessage

This commit is contained in:
Derrick Hammer 2022-12-17 12:32:02 -05:00
parent 46404958cf
commit b24bc045b8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ export default class DHTCache extends EventEmitter {
id,
});
this.send(peer, { type: Type.BOOTSTRAP_REQUEST });
this.send(peer, this._compileMessage({ type: Type.BOOTSTRAP_REQUEST }));
this._emitHeartbeat(peer);