Skip to content

Commit

Permalink
fix: units for userMessageLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Feb 9, 2024
1 parent b4c0b0a commit 3be31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wakunode2/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type
name: "rln-relay-eth-private-key" }: string

rlnRelayUserMessageLimit* {.
desc: "Set a user message limit for the rln membership registration.",
desc: "Set a user message limit for the rln membership registration. Must be a positive integer. Default is 1.",
defaultValue: 1,
name: "rln-relay-user-message-limit" .}: uint64

Expand Down

0 comments on commit 3be31f0

Please sign in to comment.