mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-22 09:58:10 +00:00
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…
x
Reference in New Issue
Block a user