17: Bump update

This commit is contained in:
Oskar Thoren 2021-03-30 13:13:56 +08:00
parent 392ac7fb80
commit b8cca4ea33
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ TODO: discuss about the economic spam guarantees
// TODO to reflect this change on WakuMessage spec once the PR gets mature
message WakuMessage {
optional bytes payload = 1;
optional fixed32 contentTopic = 2;
optional uint32 contentTopic = 2;
optional uint32 version = 3;
optional ProofBundle proofBundle = 4;
}