From cc9c7d2dad7a103d4a8e0d139eace2392d49b0a6 Mon Sep 17 00:00:00 2001 From: Alvaro Revuelta Date: Fri, 7 Jun 2024 13:15:50 +0200 Subject: [PATCH] Enable light push (#60) --- run_nwaku.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_nwaku.sh b/run_nwaku.sh index 84f4bcb..c938881 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -132,6 +132,7 @@ fi echo "Using bootstrap node: ${BOOTSTRAP_ENR}" exec /usr/bin/wakunode\ --relay=true\ + --lightpush=true\ --max-connections=250\ --rest=true\ --rest-admin=true\