mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-28 23:10:54 +00:00
fix(filter): log is too large (#2665)
This commit is contained in:
parent
2463527b24
commit
cee020f26d
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user