Skip to content

Commit

Permalink
Merge 7a21fd2 into 2463527
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored May 3, 2024
2 parents 2463527 + 7a21fd2 commit 08e4290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_filter_v2/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ proc handleMessage*(
let msgHash = computeMessageHash(pubsubTopic, message).to0xHex()

debug "handling message",
pubsubTopic = pubsubTopic, message = message, msg_hash = msgHash
pubsubTopic = pubsubTopic, msg_hash = msgHash

let handleMessageStartTime = Moment.now()

Expand Down

0 comments on commit 08e4290

Please sign in to comment.