docs: fix some typos and changelog entries (#3915)

Fixes some typos in the docs.

Fixes the classification of some changelog items re Features vs. Improvements
This commit is contained in:
Ethan Buchman
2019-08-23 04:11:26 -04:00
committed by Anton Kaliaev
parent 7b2d018f84
commit c475f25786
2 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ After `Commit`, CheckTx is run again on all transactions that remain in the
node's local mempool after filtering those included in the block. To prevent the
mempool from rechecking all transactions every time a block is committed, set
the configuration option `mempool.recheck=false`. As of Tendermint v0.32.1,
an additional `Type` parameter is made available to the CheckTx function that
an additional `Type` parameter is made available to the CheckTx function that
indicates whether an incoming transaction is new (`CheckTxType_New`), or a
recheck (`CheckTxType_Recheck`).
@ -211,7 +211,7 @@ message PubKey {
The `pub_key` currently supports only one type:
- `type = "ed25519" and`data = <raw 32-byte public key>`
- `type = "ed25519"` and `data = <raw 32-byte public key>`
The `power` is the new voting power for the validator, with the
following rules: