fix(filter): log is too large (#2665)

This commit is contained in:
Aaryamann Challani 2024-05-03 19:05:24 +05:30 committed by GitHub
parent 1d35ca970f
commit a07cd90954

View File

@ -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()