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 2463527b24
commit cee020f26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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