From 422f1bd92f15c35d8fa799d25889e2fcb7469a44 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:33:57 +0100 Subject: [PATCH] test, refactor: Remove unused `utxo_pool` in `coinselector_tests.cpp` This has been unused since d610951c154663053a0e39a850dffd96f808581b. --- src/wallet/test/coinselector_tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/test/coinselector_tests.cpp b/src/wallet/test/coinselector_tests.cpp index dee4b05c645..fdce22a2327 100644 --- a/src/wallet/test/coinselector_tests.cpp +++ b/src/wallet/test/coinselector_tests.cpp @@ -169,7 +169,6 @@ BOOST_AUTO_TEST_CASE(bnb_search_test) { FastRandomContext rand{}; // Setup - std::vector utxo_pool; SelectionResult expected_result(CAmount(0), SelectionAlgorithm::BNB); size_t expected_attempts;