From a478d8a0b1670f2357c9be716c8ad48429a42d12 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Tue, 18 Jun 2024 19:07:52 +0200 Subject: [PATCH] Add RLN_RELAY_MSG_LIMIT max value explanation to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd550a..7f198ad 100644 --- a/README.md +++ b/README.md @@ -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 ```