@@ -283,7 +283,7 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
283283 wallet->LoadWallet ();
284284 LOCK (wallet->cs_wallet );
285285 wallet->SetWalletFlag (WALLET_FLAG_DESCRIPTORS);
286- wallet->SetupDescriptorScriptPubKeyMans ();
286+ wallet->SetupDescriptorScriptPubKeyMans (" " , " " );
287287
288288 std::vector<COutput> coins;
289289 CoinSet setCoinsRet;
@@ -307,7 +307,7 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
307307 wallet->LoadWallet ();
308308 LOCK (wallet->cs_wallet );
309309 wallet->SetWalletFlag (WALLET_FLAG_DESCRIPTORS);
310- wallet->SetupDescriptorScriptPubKeyMans ();
310+ wallet->SetupDescriptorScriptPubKeyMans (" " , " " );
311311
312312 std::vector<COutput> coins;
313313 CoinSet setCoinsRet;
@@ -330,7 +330,7 @@ BOOST_AUTO_TEST_CASE(knapsack_solver_test)
330330 wallet->LoadWallet ();
331331 LOCK (wallet->cs_wallet );
332332 wallet->SetWalletFlag (WALLET_FLAG_DESCRIPTORS);
333- wallet->SetupDescriptorScriptPubKeyMans ();
333+ wallet->SetupDescriptorScriptPubKeyMans (" " , " " );
334334
335335 CoinSet setCoinsRet, setCoinsRet2;
336336 CAmount nValueRet;
@@ -611,7 +611,7 @@ BOOST_AUTO_TEST_CASE(ApproximateBestSubset)
611611 wallet->LoadWallet ();
612612 LOCK (wallet->cs_wallet );
613613 wallet->SetWalletFlag (WALLET_FLAG_DESCRIPTORS);
614- wallet->SetupDescriptorScriptPubKeyMans ();
614+ wallet->SetupDescriptorScriptPubKeyMans (" " , " " );
615615
616616 CoinSet setCoinsRet;
617617 CAmount nValueRet;
@@ -634,7 +634,7 @@ BOOST_AUTO_TEST_CASE(SelectCoins_test)
634634 wallet->LoadWallet ();
635635 LOCK (wallet->cs_wallet );
636636 wallet->SetWalletFlag (WALLET_FLAG_DESCRIPTORS);
637- wallet->SetupDescriptorScriptPubKeyMans ();
637+ wallet->SetupDescriptorScriptPubKeyMans (" " , " " );
638638
639639 // Random generator stuff
640640 std::default_random_engine generator;
0 commit comments