mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
test, refactor: Remove unused utxo_pool in coinselector_tests.cpp
This has been unused since d610951c15.
This commit is contained in:
@@ -169,7 +169,6 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
|
||||
{
|
||||
FastRandomContext rand{};
|
||||
// Setup
|
||||
std::vector<COutput> utxo_pool;
|
||||
SelectionResult expected_result(CAmount(0), SelectionAlgorithm::BNB);
|
||||
size_t expected_attempts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user