mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
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:
committed by
Anton Kaliaev
parent
7b2d018f84
commit
c475f25786
@ -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:
|
||||
|
Reference in New Issue
Block a user