Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 14, 2023
1 parent c60fba5 commit 7ca6b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/state/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
if err != nil {
return nil, CurrentRoundState{}, fmt.Errorf("create proposal block: %w", err)
}

txs := blockExec.mempool.ReapMaxBytesMaxGas(maxDataBytes, maxGas)
block := state.MakeBlock(height, txs, commit, evidence, proposerProTxHash, proposedAppVersion)

Expand Down

0 comments on commit 7ca6b68

Please sign in to comment.