aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2024-03-25 12:08:48 -0400
committerGreg Sanders <gsanders87@gmail.com>2024-03-26 08:20:30 -0400
commit890cb015f3b99c4f2f57a1bbc69e5cf2045c2739 (patch)
treebfed79ab3564d9f2db01a9d86e58138a67121740 /src
parentd9391ec0952920bdbb10d3f6e9e706e85f717ec0 (diff)
downloadbitcoin-890cb015f3b99c4f2f57a1bbc69e5cf2045c2739.tar.xz
s/effected/affected/
Diffstat (limited to 'src')
-rw-r--r--src/test/rbf_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rbf_tests.cpp b/src/test/rbf_tests.cpp
index c3ece99925..88f1b34284 100644
--- a/src/test/rbf_tests.cpp
+++ b/src/test/rbf_tests.cpp
@@ -500,7 +500,7 @@ BOOST_FIXTURE_TEST_CASE(calc_feerate_diagram_rbf, TestChain100Setup)
BOOST_CHECK(replace_two_chunks_single_cluster->second == expected_new_diagram);
}
- // You can have more than two direct conflicts if the there are multiple effected clusters, all of size 2 or less
+ // You can have more than two direct conflicts if the there are multiple affected clusters, all of size 2 or less
const auto conflict_1 = make_tx(/*inputs=*/ {m_coinbase_txns[2]}, /*output_values=*/ {10 * COIN});
pool.addUnchecked(entry.Fee(low_fee).FromTx(conflict_1));
const auto conflict_1_entry = pool.GetIter(conflict_1->GetHash()).value();