fix/protocol-strings (#222)

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
This commit is contained in:
Dean Eigenmann
2020-10-13 13:10:31 +02:00
committed by GitHub
co-authored by Oskar Thorén
parent fce6d6c658
commit c2024344cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ logScope:
topics = "wakufilter"
const
WakuFilterCodec* = "/vac/waku/filter/2.0.0-alpha6"
WakuFilterCodec* = "/vac/waku/filter/2.0.0-beta1"
proc encode*(filter: ContentFilter): ProtoBuffer =
result = initProtoBuffer()
+1 -1
View File
@@ -14,7 +14,7 @@ logScope:
topics = "wakustore"
const
WakuStoreCodec* = "/vac/waku/store/2.0.0-alpha6"
WakuStoreCodec* = "/vac/waku/store/2.0.0-beta1"
proc init*(T: type HistoryQuery, buffer: seq[byte]): ProtoResult[T] =
var msg = HistoryQuery()