mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
wallet: track which coin selection algorithm produced a SelectionResult
This commit is contained in:
@@ -168,7 +168,7 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
|
||||
FastRandomContext rand{};
|
||||
// Setup
|
||||
std::vector<COutput> utxo_pool;
|
||||
SelectionResult expected_result(CAmount(0));
|
||||
SelectionResult expected_result(CAmount(0), SelectionAlgorithm::BNB);
|
||||
|
||||
/////////////////////////
|
||||
// Known Outcome tests //
|
||||
|
||||
Reference in New Issue
Block a user