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 7f1f282b47
commit c0f3927483

View File

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