mirror of https://github.com/waku-org/js-waku.git
ContentTopic is now uint32 as per spec
This commit is contained in:
parent
5c29394937
commit
1797bde72d
|
@ -4,6 +4,6 @@ package waku.v2;
|
|||
|
||||
message WakuMessage {
|
||||
optional bytes payload = 1;
|
||||
optional uint32 content_topic = 2; // Follow nim-waku implementation and not the spec
|
||||
optional uint32 content_topic = 2;
|
||||
optional uint32 version = 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue