Skip to content

Commit

Permalink
fixing log
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jun 13, 2024
1 parent 73dc27b commit b48e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ proc generateRelayObserver(w: WakuRelay): PubSubObserver =
info "sent message",
msg_hash = msg_hash,
msg_id = msg_id_short,
from_peer = peer.peerId,
to_peer = peer.peerId,
topic = msg.topic

proc onRecv(peer: PubSubPeer, msgs: var RPCMsg) =
Expand Down

0 comments on commit b48e3e3

Please sign in to comment.