From 4c34420ccce653a45ff65fcefcad77bf400008ee Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 15 Mar 2021 17:53:24 +1100 Subject: [PATCH] Remove TODO --- src/lib/waku_relay.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/waku_relay.ts b/src/lib/waku_relay.ts index ae53ad0ebd..ef7d4438e7 100644 --- a/src/lib/waku_relay.ts +++ b/src/lib/waku_relay.ts @@ -6,8 +6,7 @@ import { Message } from './waku_message'; export const CODEC = '/vac/waku/relay/2.0.0-beta2'; -// // As per waku specs, the topic is fixed -// // TODO: Double check the topic is correct (taken from nim-waku logs) +// As per waku specs, the topic is fixed, value taken from nim-waku export const TOPIC = '/waku/2/default-waku/proto'; // This is the class to pass to libp2p as pubsub protocol