fix/content-topic-type (#217)

* Update waku-message.md

* Update waku-message.md

* Update waku-message.md
This commit is contained in:
Dean Eigenmann 2020-10-20 04:22:42 +02:00 committed by GitHub
parent 67f2ab4532
commit 0b65ed5799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }
``` ```