fixes abci-cli console help (#9821)

* adds prepare and process proposal commands to console help

* comment typo fix
This commit is contained in:
Lasaro Camargos
2022-12-04 08:15:49 -03:00
committed by GitHub
parent 5ba0d131c4
commit c3302b0dc9
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func (blockExec *BlockExecutor) SetEventBus(eventBus types.BlockEventPublisher)
// CreateProposalBlock calls state.MakeBlock with evidence from the evpool
// and txs from the mempool. The max bytes must be big enough to fit the commit.
// Up to 1/10th of the block space is allcoated for maximum sized evidence.
// Up to 1/10th of the block space is allocated for maximum sized evidence.
// The rest is given to txs, up to the max gas.
//
// Contract: application will not return more bytes than are sent over the wire.