Skip to content

Commit

Permalink
app: s/this/that
Browse files Browse the repository at this point in the history
Co-authored-by: dynst <[email protected]>
Signed-off-by: Erwan Or <[email protected]>
  • Loading branch information
erwanor and dynst committed Jun 17, 2024
1 parent 6f1a37c commit 723b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl App {
);

// This is a node controlled parameter that is different from the homonymous
// mempool's `max_tx_bytes`. Comet will send us raw proposals that exceed that
// mempool's `max_tx_bytes`. Comet will send us raw proposals that exceed this
// limit, presuming that a subset of those transactions will be shed.
// More context in https://github.com/cometbft/cometbft/blob/v0.37.5/spec/abci/abci%2B%2B_app_requirements.md
let max_proposal_size_bytes = proposal.max_tx_bytes as u64;
Expand Down

0 comments on commit 723b61b

Please sign in to comment.