diff --git a/src/lib/waku.ts b/src/lib/waku.ts index 39d4824412..19e8309d9b 100644 --- a/src/lib/waku.ts +++ b/src/lib/waku.ts @@ -205,7 +205,7 @@ export class Waku { } private startKeepAlive(peerId: PeerId, periodSecs: number): void { - // Just in case a timer already exist + // Just in case a timer already exist for this peer this.stopKeepAlive(peerId); const peerIdStr = peerId.toB58String();