Remove TODO

This commit is contained in:
Franck Royer 2021-03-15 17:53:24 +11:00
parent 267cc69989
commit 4c34420ccc
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 2 deletions

View File

@ -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