*Use bufId not id
This commit is contained in:
parent
57d35e77fc
commit
3c7501cc3f
|
@ -325,7 +325,7 @@ export default class DHTCache extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.addPeerHandler({
|
this.addPeerHandler({
|
||||||
remotePublicKey: id,
|
remotePublicKey: bufId,
|
||||||
});
|
});
|
||||||
|
|
||||||
this._setEntity(bufId as Buffer, { heartbeat: Date.now() });
|
this._setEntity(bufId as Buffer, { heartbeat: Date.now() });
|
||||||
|
|
Loading…
Reference in New Issue