Add RLN_RELAY_MSG_LIMIT max value explanation to readme.

This commit is contained in:
Alejandro Cabeza Romero 2024-06-18 19:07:52 +02:00
parent f89770124a
commit a478d8a0b1
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -19,7 +19,7 @@ export MSG_SIZE_KBYTES=10
export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
export RLN_RELAY_EPOCH_SEC=10
export RLN_RELAY_MSG_LIMIT=2
export RLN_RELAY_MSG_LIMIT=2 # Currently the value must be <= 20, as that's the contract currently hardcoded maximum.
docker-compose --compatibility up -d
```