Skip to content

Commit ead7dd0

Browse files
committed
fix: resolve compile error due to change in function arguments
1 parent e06a8b6 commit ead7dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/test/coinselector_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ BOOST_AUTO_TEST_CASE(minimum_inputs_test)
925925
wallet->LoadWallet();
926926
LOCK(wallet->cs_wallet);
927927
wallet->SetWalletFlag(WALLET_FLAG_DESCRIPTORS);
928-
wallet->SetupDescriptorScriptPubKeyMans();
928+
wallet->SetupDescriptorScriptPubKeyMans("", "");
929929

930930
// Create coins (denominations) for a target that can be met without consuming all the coins
931931
std::vector<COutput> coins{};

0 commit comments

Comments
 (0)