mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
test, refactor: Remove unused variables in test/rbf_tests.cpp
These have been unused since the following commits: -c320cddb1b-e9c5aeb11d-216e693729
This commit is contained in:
@@ -121,11 +121,6 @@ BOOST_FIXTURE_TEST_CASE(rbf_helper_functions, TestChain100Setup)
|
||||
BOOST_CHECK_EQUAL(entry8_high->GetFee(), high_fee);
|
||||
|
||||
CTxMemPool::setEntries set_12_normal{entry1_normal, entry2_normal};
|
||||
CTxMemPool::setEntries set_34_cpfp{entry3_low, entry4_high};
|
||||
CTxMemPool::setEntries set_56_low{entry5_low, entry6_low_prioritised};
|
||||
CTxMemPool::setEntries set_78_high{entry7_high, entry8_high};
|
||||
CTxMemPool::setEntries all_entries{entry1_normal, entry2_normal, entry3_low, entry4_high,
|
||||
entry5_low, entry6_low_prioritised, entry7_high, entry8_high};
|
||||
CTxMemPool::setEntries empty_set;
|
||||
|
||||
const auto unused_txid = Txid::FromUint256(GetRandHash());
|
||||
|
||||
Reference in New Issue
Block a user