fix: update default

This commit is contained in:
darshankabariya 2026-04-24 22:32:41 +05:30
parent 59d0132ec5
commit 42c6c636bc
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -27,10 +27,13 @@ const
const DefaultRlnTreePath* = "rln_tree.db"
const RlnTreeDBName_dummy* = "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,
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)