Skip to content

Commit 09207a4

Browse files
knstPastaPastaPasta
authored andcommitted
fix: removed unused variables from wallet_tests
1 parent dc5152b commit 09207a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/test/wallet_tests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ class ListCoinsTestingSetup : public TestChain100Setup
621621
}
622622

623623
std::unique_ptr<CWallet> wallet;
624-
std::unique_ptr<interfaces::CoinJoin::Loader> coinjoin_loader;
625624
};
626625

627626
BOOST_FIXTURE_TEST_CASE(ListCoins, ListCoinsTestingSetup)
@@ -731,7 +730,6 @@ class CreateTransactionTestSetup : public TestChain100Setup
731730
RemoveWallet(wallet, std::nullopt);
732731
}
733732

734-
std::unique_ptr<interfaces::CoinJoin::Loader> coinjoin_loader;
735733
std::shared_ptr<CWallet> wallet;
736734
CCoinControl coinControl;
737735

0 commit comments

Comments
 (0)