fix low peer count command typo (#1619)

This commit is contained in:
Sacha Saint-Leger 2020-09-10 12:05:14 +02:00 committed by GitHub
parent 7c21fa983a
commit 697bd23c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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