Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jul 23, 2024
1 parent d6cc392 commit 9ce65d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions waku/waku_rln_relay/constants.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const DefaultRlnTreePath* = "rln_tree.db"
const
# pre-processed "rln/waku-rln-relay/v2.0.0" to array[32, byte]
DefaultRlnIdentifier*: RlnIdentifier = [
114, 108, 110, 47, 119, 97, 107, 117, 45, 114, 108, 110, 45, 114, 101, 108, 97,
121, 47, 118, 50, 46, 48, 46, 48, 0, 0, 0, 0, 0, 0, 0,
114, 108, 110, 47, 119, 97, 107, 117, 45, 114, 108, 110, 45, 114, 101, 108, 97, 121,
47, 118, 50, 46, 48, 46, 48, 0, 0, 0, 0, 0, 0, 0,
]
DefaultUserMessageLimit* = UserMessageLimit(20)

Expand Down Expand Up @@ -60052,7 +60052,6 @@ const StaticGroupKeys* =
const StaticGroupMerkleRoot* =
"2c149e48886b5ba3da2edf8db8d7a364ae7a25618489c04cf0c0380f7cdd4d6f"


const MaxClockGapSeconds* = 20.0 # the maximum clock difference between peers in seconds

# RLN Keystore defaults
Expand Down

0 comments on commit 9ce65d7

Please sign in to comment.