mirror of https://github.com/vacp2p/rfc.git
Update waku-v2.md
This commit is contained in:
parent
233296d381
commit
9f5aca949e
|
@ -175,10 +175,9 @@ message Cursor {
|
||||||
message Query {
|
message Query {
|
||||||
int32 from = 1;
|
int32 from = 1;
|
||||||
int32 to = 2;
|
int32 to = 2;
|
||||||
bytes bloom = 3;
|
int32 limit = 3;
|
||||||
int32 limit = 4;
|
repeated bytes topics = 4;
|
||||||
repeated bytes topics = 5;
|
Cursor cursor = 5;
|
||||||
Cursor cursor = 6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Envelope {
|
message Envelope {
|
||||||
|
|
Loading…
Reference in New Issue