Skip to content

Commit 890cb01

Browse files
committed
s/effected/affected/
1 parent d9391ec commit 890cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rbf_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ BOOST_FIXTURE_TEST_CASE(calc_feerate_diagram_rbf, TestChain100Setup)
500500
BOOST_CHECK(replace_two_chunks_single_cluster->second == expected_new_diagram);
501501
}
502502

503-
// You can have more than two direct conflicts if the there are multiple effected clusters, all of size 2 or less
503+
// You can have more than two direct conflicts if the there are multiple affected clusters, all of size 2 or less
504504
const auto conflict_1 = make_tx(/*inputs=*/ {m_coinbase_txns[2]}, /*output_values=*/ {10 * COIN});
505505
pool.addUnchecked(entry.Fee(low_fee).FromTx(conflict_1));
506506
const auto conflict_1_entry = pool.GetIter(conflict_1->GetHash()).value();

0 commit comments

Comments
 (0)