From b240bbe5a19cae325fbbafae79716dc9e91d3945 Mon Sep 17 00:00:00 2001 From: frog power 4000 Date: Sun, 13 Mar 2022 17:03:08 -0700 Subject: [PATCH] minor typo in docs --- docs/nodes/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/configuration.md b/docs/nodes/configuration.md index 2e1f03341..ebd21d998 100644 --- a/docs/nodes/configuration.md +++ b/docs/nodes/configuration.md @@ -594,7 +594,7 @@ This section will cover settings within the p2p section of the `config.toml`. - `pex` = turns the peer exchange reactor on or off. Validator node will want the `pex` turned off so it would not begin gossiping to unknown peers on the network. PeX can also be turned off for statically configured networks with fixed network connectivity. For full nodes on open, dynamic networks, it should be turned on. - `private-peer-ids` = is a comma-separated list of node ids that will _not_ be exposed to other peers (i.e., you will not tell other peers about the ids in this list). This can be filled with a validator's node id. -Recently the Tendermint Team conducted a refactor of the p2p layer. This lead to multiple config paramters being deprecated and/or replaced. +Recently the Tendermint Team conducted a refactor of the p2p layer. This lead to multiple config parameters being deprecated and/or replaced. We will cover the new and deprecated parameters below. ### New Parameters