From 697bd23c9bbdc76470d6ed1a01260c34617f60bd Mon Sep 17 00:00:00 2001 From: Sacha Saint-Leger Date: Thu, 10 Sep 2020 12:05:14 +0200 Subject: [PATCH] fix low peer count command typo (#1619) --- docs/the_nimbus_book/src/medalla-troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/the_nimbus_book/src/medalla-troubleshooting.md b/docs/the_nimbus_book/src/medalla-troubleshooting.md index 5f0208301..eed2f4daf 100644 --- a/docs/the_nimbus_book/src/medalla-troubleshooting.md +++ b/docs/the_nimbus_book/src/medalla-troubleshooting.md @@ -35,10 +35,10 @@ make LOG_LEVEL=INFO medalla ### Low peer counts -If you're experiencing a low peer count, you may be behind a firewall. Try restarting your client and passing `NODE_PARAMS="--nat:\"extip:$EXT_IP_ADDRESS\"` as an option to `make medalla`, where `$EXT_IP_ADDRESS` is your real IP. For example, if your real IP address is `35.124.65.104`, you'd run: +If you're experiencing a low peer count, you may be behind a firewall. Try restarting your client and passing `NODE_PARAMS="--nat:\"extip:$EXT_IP_ADDRESS\""` as an option to `make medalla`, where `$EXT_IP_ADDRESS` is your real IP. For example, if your real IP address is `35.124.65.104`, you'd run: ``` -make NODE_PARAMS="--nat:\"extip:35.124.65.104\" medalla +make NODE_PARAMS="--nat:\"extip:35.124.65.104\"" medalla ``` ### Resource leaks