12/WAKU2-FILTER contentFilter to string (#343)

This commit is contained in:
Hanno Cornelius 2021-04-13 10:41:21 +02:00 committed by GitHub
parent 84d430366c
commit 7f8bf3c80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ See [13/WAKU2-STORE](/spec/13) spec for more details.
**Protocol identifier***: `/vac/waku/filter/2.0.0-beta1` **Protocol identifier***: `/vac/waku/filter/2.0.0-beta1`
See [14/WAKU2-FILTER](/spec/14) spec for more details. See [12/WAKU2-FILTER](/spec/12) spec for more details.
## Overview ## Overview

View File

@ -65,7 +65,7 @@ message FilterRequest {
repeated ContentFilter contentFilters = 3; repeated ContentFilter contentFilters = 3;
message ContentFilter { message ContentFilter {
repeated uint32 contentTopics = 1; repeated string contentTopics = 1;
} }
} }