mirror of https://github.com/vacp2p/rfc.git
fix/make-version-int (#238)
* Update waku-message.md * Update waku-message.md
This commit is contained in:
parent
a62e4dca21
commit
e7ec3fe0fa
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue