Skip to content

Commit

Permalink
changes from #2737
Browse files Browse the repository at this point in the history
  • Loading branch information
shash256 committed Jun 11, 2024
1 parent a63cc0c commit 8f5c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_lightpush/callbacks.nim
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ proc getRelayPushHandler*(
if publishedCount == 0:
## Agreed change expected to the lightpush protocol to better handle such case. https://github.com/waku-org/pm/issues/93
let msgHash = computeMessageHash(pubsubTopic, message).to0xHex()
debug "Lightpush request has not been published to any peers", msg_hash = msgHash
notice "Lightpush request has not been published to any peers", msg_hash = msgHash

return ok()

0 comments on commit 8f5c425

Please sign in to comment.