*Use bufId not id

This commit is contained in:
Derrick Hammer 2022-12-16 09:46:30 -05:00
parent 57d35e77fc
commit 3c7501cc3f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ export default class DHTCache extends EventEmitter {
}
this.addPeerHandler({
remotePublicKey: id,
remotePublicKey: bufId,
});
this._setEntity(bufId as Buffer, { heartbeat: Date.now() });