mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-22 08:38:18 +00:00
Update content topic as per guidelines
This commit is contained in:
parent
04a89d5222
commit
0d018dc8fc
@ -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);
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user