mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-15 03:13:30 +00:00
add comment on INVALID_MESSAGE handling w.r.t reputation
This commit is contained in:
parent
bc73b71ff0
commit
23dd47dfbe
@ -8,6 +8,10 @@ const BadLightPushErrorCodes* = [
|
||||
LightPushErrorCode.OUT_OF_RLN_PROOF,
|
||||
LightPushErrorCode.NO_PEERS_TO_RELAY
|
||||
]
|
||||
# Note: if Bob's RLN proof is based on an outdated root, he will return INVALID_MESSAGE (code 420).
|
||||
# This is arguably incorrect, as the issue is on Bob's side, not Alice's.
|
||||
# See issue: https://github.com/waku-org/nwaku/issues/3531
|
||||
# We do not include INVALID_MESSAGE in BadLightPushErrorCodes, as it is a client-side error.
|
||||
|
||||
type
|
||||
ResponseQuality* = enum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user