Bump relay protocol to beta1 (#164)

As of https://github.com/vacp2p/specs/pull/185
This commit is contained in:
Oskar Thorén 2020-09-17 19:24:27 +08:00 committed by GitHub
parent c55635e93e
commit 69e4ff8991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ declarePublicGauge total_messages, "number of messages received"
logScope:
topics = "wakurelay"
const WakuRelayCodec* = "/vac/waku/relay/2.0.0-alpha2"
const WakuRelayCodec* = "/vac/waku/relay/2.0.0-beta1"
method init*(w: WakuRelay) =
debug "init"