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 dc5152b commit 09207a4Copy full SHA for 09207a4
src/wallet/test/wallet_tests.cpp
@@ -621,7 +621,6 @@ class ListCoinsTestingSetup : public TestChain100Setup
621
}
622
623
std::unique_ptr<CWallet> wallet;
624
- std::unique_ptr<interfaces::CoinJoin::Loader> coinjoin_loader;
625
};
626
627
BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup)
@@ -731,7 +730,6 @@ class CreateTransactionTestSetup : public TestChain100Setup
731
730
RemoveWallet(wallet, std::nullopt);
732
733
734
735
std::shared_ptr<CWallet> wallet;
736
CCoinControl coinControl;
737
0 commit comments