Skip to content

Commit

Permalink
chore: updated confusing comment for max_txs
Browse files Browse the repository at this point in the history
  • Loading branch information
iproudhon committed Sep 16, 2021
1 parent 7541a6d commit 8ecba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ type ConsensusConfig struct {
CreateEmptyBlocks bool `mapstructure:"create_empty_blocks"`
CreateEmptyBlocksInterval time.Duration `mapstructure:"create_empty_blocks_interval"`

// Max transactions per block. No limit if <= 0.
// Max transactions per block when creating a block. Not a global configuration. No limit if <= 0.
MaxTxs int64 `mapstructure:"max_txs"`

// Reactor sleep duration parameters
Expand Down

0 comments on commit 8ecba4f

Please sign in to comment.