fix/make-version-int (#238)

* Update waku-message.md

* Update waku-message.md
This commit is contained in:
Dean Eigenmann 2020-11-03 13:10:24 +01:00 committed by GitHub
parent a62e4dca21
commit e7ec3fe0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The `version` field MAY be filled out to allow for various types of payload encr
message WakuMessage {
optional bytes payload = 1;
optional fixed32 contentTopic = 2;
optional string version = 3;
optional uint32 version = 3;
}
```