From d580233e0c40d2f3be1e1a0d92f8300f3611a56d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 08:07:08 -0800 Subject: [PATCH] Update configuration.md (#7880) (#7883) small typo (cherry picked from commit c490d3f00acd9dc12da70cc99aa277123501c81f) Co-authored-by: Joe Abbey --- 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 5695c1a28..e0cfe501a 100644 --- a/docs/nodes/configuration.md +++ b/docs/nodes/configuration.md @@ -609,7 +609,7 @@ There are three new parameters, which are enabled if use-legacy is set to false. - `max-connections` = is the max amount of allowed inbound and outbound connections. ### Deprecated Parameters -> Note: For Tendermint 0.35, there are two p2p implementations. The old version is used by deafult with the deprecated fields. The new implementation uses different config parameters, explained above. +> Note: For Tendermint 0.35, there are two p2p implementations. The old version is used by default with the deprecated fields. The new implementation uses different config parameters, explained above. - `max-num-inbound-peers` = is the maximum number of peers you will accept inbound connections from at one time (where they dial your address and initiate the connection). *This was replaced by `max-connections`* - `max-num-outbound-peers` = is the maximum number of peers you will initiate outbound connects to at one time (where you dial their address and initiate the connection).*This was replaced by `max-connections`*