From 43ebc77f9b7ddfcdaca385805ca970199c0d2b59 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Sun, 26 Aug 2018 00:45:34 -0700 Subject: [PATCH] Fix typo, closes #2269 (#2277) --- docs/tendermint-core/using-tendermint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tendermint-core/using-tendermint.md b/docs/tendermint-core/using-tendermint.md index db997611..b3ea2624 100644 --- a/docs/tendermint-core/using-tendermint.md +++ b/docs/tendermint-core/using-tendermint.md @@ -523,7 +523,7 @@ developers guide](../app-dev/app-development.md) for more details. To run a network locally, say on a single machine, you must change the `_laddr` fields in the `config.toml` (or using the flags) so that the listening addresses of the various sockets don't conflict. Additionally, -you must set `addrbook_strict=false` in the `config.toml`, otherwise +you must set `addr_book_strict=false` in the `config.toml`, otherwise Tendermint's p2p library will deny making connections to peers with the same IP address.