Update content topic as per guidelines

This commit is contained in:
Franck Royer 2021-06-02 14:07:45 +10:00
parent 04a89d5222
commit 0d018dc8fc
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -123,7 +123,7 @@ const waku = await Waku.create({});
const nodes = await getStatusFleetNodes();
await Promise.all(nodes.map((addr) => waku.dial(addr)));
const msg = WakuMessage.fromUtf8String("Here is a message!", "my-cool-app")
const msg = WakuMessage.fromUtf8String("Here is a message!", "/my-cool-app/1/my-use-case/proto")
await waku.relay.send(msg);
```