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 sinced610951c15. Github-Pull: #35914 Rebased-From:422f1bd92f
This commit is contained in:
committed by
fanquake
parent
5d8d6dbd09
commit
adbf812421
@@ -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);
|
||||
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user