Closed Chicker closed 5 years ago
Tendermint has two parameters related to creating empty blocks even there are no committed transactions.
Those parameters are configured in config.toml file in the consensus section.
config.toml
consensus
[consensus] # EmptyBlocks mode and possible interval between empty blocks create_empty_blocks = true create_empty_blocks_interval = "0s"
We need to be able to configure the above parameters through our CLI.
Tendermint has two parameters related to creating empty blocks even there are no committed transactions.
Those parameters are configured in
config.toml
file in theconsensus
section.We need to be able to configure the above parameters through our CLI.