Skip to content

Commit 00550f3

Browse files
tomt1664delta1
authored andcommitted
remove commented out redundant forward declaration
(cherry picked from commit 9565b60)
1 parent a1bb0dd commit 00550f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/wallet/coinselection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,6 @@ util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& groups, c
468468
// Knapsack that delegates for every asset individually.
469469
util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& groups, const CAmountMap& mapTargetValue,
470470
CAmount change_target, FastRandomContext& rng, int max_weight);
471-
472-
// Get coin selection waste for a map of asset->amount.
473-
// [[nodiscard]] CAmount GetSelectionWaste(const std::set<COutput>& inputs, CAmount change_cost, const CAmountMap& target_map, bool use_effective_value);
474471
} // namespace wallet
475472

476473
#endif // BITCOIN_WALLET_COINSELECTION_H

0 commit comments

Comments
 (0)