Update protocol identifier to `/wakusub/2.0.0-alpha1`

This commit is contained in:
Oskar Thoren 2020-07-07 11:23:20 +08:00
parent bbf27a2a3e
commit 35007145f9
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 1 additions and 4 deletions

View File

@ -20,10 +20,7 @@ declarePublicGauge total_messages, "number of messages received"
logScope: logScope:
topic = "WakuSub" topic = "WakuSub"
#For spike const WakuSubCodec* = "/wakusub/2.0.0-alpha1"
const WakuSubCodec* = "/wakusub/0.0.1"
#const wakuVersionStr = "2.0.0-alpha1"
type type
WakuSub* = ref object of GossipSub WakuSub* = ref object of GossipSub