From 3e26ea7819aaa00972866789db83b1b57e833011 Mon Sep 17 00:00:00 2001 From: Frank Yang Date: Tue, 2 Apr 2019 02:42:02 +0800 Subject: [PATCH] Merge PR #4015: Fix Documentation Inconsistency --- docs/gaia/validators/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gaia/validators/security.md b/docs/gaia/validators/security.md index a5072d719..ec5c7c479 100644 --- a/docs/gaia/validators/security.md +++ b/docs/gaia/validators/security.md @@ -37,7 +37,7 @@ pex = false Sentry Nodes should edit their config.toml: ```bash # Comma separated list of peer IDs to keep private (will not be gossiped to other peers) -private_peer_ids = "ipaddress of validator nodes" +private_peer_ids = "id of validator nodes" ``` ## Environment Variables