From adbf8124217c7c789b060f4ea2064cbcf68e72c4 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. Github-Pull: #35914 Rebased-From: 422f1bd92f15c35d8fa799d25889e2fcb7469a44 --- 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 fe33e9347e7..54168daf1f7 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); ////////////////////