mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 14:45:12 +01:00
s/effected/affected/
This commit is contained in:
@@ -500,7 +500,7 @@ BOOST_FIXTURE_TEST_CASE(calc_feerate_diagram_rbf, TestChain100Setup)
|
|||||||
BOOST_CHECK(replace_two_chunks_single_cluster->second == expected_new_diagram);
|
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});
|
const auto conflict_1 = make_tx(/*inputs=*/ {m_coinbase_txns[2]}, /*output_values=*/ {10 * COIN});
|
||||||
pool.addUnchecked(entry.Fee(low_fee).FromTx(conflict_1));
|
pool.addUnchecked(entry.Fee(low_fee).FromTx(conflict_1));
|
||||||
const auto conflict_1_entry = pool.GetIter(conflict_1->GetHash()).value();
|
const auto conflict_1_entry = pool.GetIter(conflict_1->GetHash()).value();
|
||||||
|
|||||||
Reference in New Issue
Block a user