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;