mirror of https://github.com/waku-org/nwaku.git
logging content topic of spam messages (#2906)
This commit is contained in:
parent
8578fb0c3e
commit
db8ac5a83e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue