From 723b61b4a8f97b7c16f0d0fc856688d78f8e0f0a Mon Sep 17 00:00:00 2001 From: Erwan Or Date: Mon, 17 Jun 2024 13:57:44 -0400 Subject: [PATCH] app: s/this/that Co-authored-by: dynst <148708712+dynst@users.noreply.github.com> Signed-off-by: Erwan Or --- crates/core/app/src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/app/src/app/mod.rs b/crates/core/app/src/app/mod.rs index e1e2c56ec0..b4586b8224 100644 --- a/crates/core/app/src/app/mod.rs +++ b/crates/core/app/src/app/mod.rs @@ -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;