We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06a8b6 commit ead7dd0Copy full SHA for ead7dd0
src/wallet/test/coinselector_tests.cpp
@@ -925,7 +925,7 @@ BOOST_AUTO_TEST_CASE(minimum_inputs_test)
925
wallet->LoadWallet();
926
LOCK(wallet->cs_wallet);
927
wallet->SetWalletFlag(WALLET_FLAG_DESCRIPTORS);
928
- wallet->SetupDescriptorScriptPubKeyMans();
+ wallet->SetupDescriptorScriptPubKeyMans("", "");
929
930
// Create coins (denominations) for a target that can be met without consuming all the coins
931
std::vector<COutput> coins{};
0 commit comments