mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
* adds prepare and process proposal commands to console help
* comment typo fix
(cherry picked from commit c3302b0dc9)
Co-authored-by: Lasaro Camargos <lasaro@informal.systems>
This commit is contained in:
co-authored by
Lasaro Camargos
parent
7e812661f3
commit
82c83d9750
+1
-1
@@ -88,7 +88,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.
|
||||
|
||||
Reference in New Issue
Block a user