Browse Source

Fix typo, closes #2269 (#2277)

pull/2278/merge
Dev Ojha 6 years ago
committed by Anton Kaliaev
parent
commit
43ebc77f9b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/tendermint-core/using-tendermint.md

+ 1
- 1
docs/tendermint-core/using-tendermint.md View File

@ -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 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 `_laddr` fields in the `config.toml` (or using the flags) so that the
listening addresses of the various sockets don't conflict. Additionally, 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 Tendermint's p2p library will deny making connections to peers with the
same IP address. same IP address.


Loading…
Cancel
Save