Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
This commit is contained in:
Dean Eigenmann 2020-09-18 05:48:18 +02:00 committed by GitHub
parent 6b866490ad
commit 24e2f7dcdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -182,10 +182,6 @@ proc publish*(node: WakuNode, topic: Topic, message: WakuMessage) =
let wakuRelay = node.wakuRelay
# XXX Unclear what the purpose of this is
# Commenting out as it is later expected to be Message type, not WakuMessage
#node.messages.insert((topic, message))
debug "publish", topic=topic, contentTopic=message.contentTopic
let data = message.encode().buffer