Update waku-v2.md

This commit is contained in:
Dean Eigenmann 2020-07-21 16:16:56 +02:00 committed by GitHub
parent 233296d381
commit 9f5aca949e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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 {