Skip to content

Commit

Permalink
fix: update error
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Jul 26, 2024
1 parent dd1ef03 commit db1d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ proc mountRlnRelay*(
newException(CatchableError, "failed to mount WakuRlnRelay: " & rlnRelayRes.error)
let rlnRelay = rlnRelayRes.get()
if (rlnConf.rlnRelayUserMessageLimit > rlnRelay.groupManager.rlnRelayMaxMessageLimit):
error "rln-relay-user-message-limit can't be exceed then MAX_MESSAGE_LIMIT set by rln contract"
error "rln-relay-user-message-limit can't exceed the MAX_MESSAGE_LIMIT in the rln contract"
let validator = generateRlnValidator(rlnRelay, spamHandler)

# register rln validator as default validator
Expand Down

0 comments on commit db1d130

Please sign in to comment.