From b46d5de5752a2d4101106562166fe0a8a313a198 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Mon, 15 Jul 2024 13:48:56 +0300 Subject: [PATCH] logging content topic of spam messages --- waku/waku_relay/protocol.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/waku/waku_relay/protocol.nim b/waku/waku_relay/protocol.nim index e8dbcbb957..b922f69d3b 100644 --- a/waku/waku_relay/protocol.nim +++ b/waku/waku_relay/protocol.nim @@ -292,6 +292,7 @@ proc generateOrderedValidator(w: WakuRelay): auto {.gcsafe.} = error "protocol generateOrderedValidator reject waku validator", msg_hash = msgHash, pubsubTopic = pubsubTopic, + contentTopic = msg.contentTopic, validatorRes = validatorRes, error = errorMessage