Decrease AcceptableRootWindowSize for testing

This commit is contained in:
stubbsta 2026-05-25 08:56:02 +02:00
parent 28a7e040cb
commit 1d6b7ea566
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ import ./protocol_types
import ../waku_keystore
# Acceptable roots for merkle root validation of incoming messages
const AcceptableRootWindowSize* = 50
const AcceptableRootWindowSize* = 10
# RLN membership key and index files path
const RlnCredentialsFilename* = "rlnCredentials.txt"