Adjust topic
This commit is contained in:
parent
5ad921244d
commit
7c685e377e
|
@ -188,4 +188,4 @@ class Chat extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Chat
|
module.exports = Chat
|
||||||
module.exports.TOPIC = '/libp2p/example/chat/1.0.0'
|
module.exports.TOPIC = 'waku'
|
||||||
|
|
|
@ -199,5 +199,5 @@ class Chat {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Chat
|
module.exports = Chat
|
||||||
module.exports.TOPIC = '/libp2p/example/chat/1.0.0'
|
module.exports.TOPIC = 'waku'
|
||||||
module.exports.CLEARLINE = '\033[1A'
|
module.exports.CLEARLINE = '\033[1A'
|
||||||
|
|
Loading…
Reference in New Issue