mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-16 09:54:44 +00:00
fix/content-topic-type (#217)
* Update waku-message.md * Update waku-message.md * Update waku-message.md
This commit is contained in:
parent
67f2ab4532
commit
0b65ed5799
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Waku Message
|
title: Waku Message
|
||||||
version: 2.0.0-alpha1
|
version: 2.0.0-alpha2
|
||||||
status: Raw
|
status: Raw
|
||||||
authors: Oskar Thorén <oskar@status.im>
|
authors: Oskar Thorén <oskar@status.im>
|
||||||
---
|
---
|
||||||
@ -48,7 +48,7 @@ The `version` field MAY be filled out to allow for various types of payload encr
|
|||||||
```protobuf
|
```protobuf
|
||||||
message WakuMessage {
|
message WakuMessage {
|
||||||
optional bytes payload = 1;
|
optional bytes payload = 1;
|
||||||
optional string contentTopic = 2;
|
optional fixed32 contentTopic = 2;
|
||||||
optional string version = 3;
|
optional string version = 3;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user