style fixes/typos/etc from PR review

This commit is contained in:
Zach Ramsay
2018-06-07 10:01:31 -04:00
parent 9aef3fa610
commit 724b6c39b8
5 changed files with 8 additions and 8 deletions
+1 -4
View File
@@ -203,9 +203,6 @@ can take on the order of a second. For a quick result, use
`broadcast_tx_sync`, but the transaction will not be committed until
later, and by that point its effect on the state may change.
Note: see the Transactions => Formatting section for details about
transaction formating.
## Tendermint Networks
When `tendermint init` is run, both a `genesis.json` and
@@ -377,7 +374,7 @@ They should start making blocks, and will only continue to do so as long
as both of them are online.
To make a Tendermint network that can tolerate one of the validators
failing, you need at least four validator nodes (> 2/3).
failing, you need at least four validator nodes (e.g., 2/3).
Updating validators in a live network is supported but must be
explicitly programmed by the application developer. See the [application