Skip to content

Commit

Permalink
test: Drop unused knapsack_result var
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed Oct 13, 2021
1 parent c5da3df commit 4719cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wallet/test/coinselector_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ BOOST_AUTO_TEST_CASE(knapsack_solver_test)

BOOST_AUTO_TEST_CASE(ApproximateBestSubset)
{
SelectionResult knapsack_result(CAmount(0), true);

LOCK(testWallet.cs_wallet);
testWallet.SetupLegacyScriptPubKeyMan();

Expand Down

0 comments on commit 4719cc5

Please sign in to comment.