diff --git a/src/wallet/coinselection.h b/src/wallet/coinselection.h index 3533381f26..2051816116 100644 --- a/src/wallet/coinselection.h +++ b/src/wallet/coinselection.h @@ -468,9 +468,6 @@ util::Result KnapsackSolver(std::vector& groups, c // Knapsack that delegates for every asset individually. util::Result KnapsackSolver(std::vector& groups, const CAmountMap& mapTargetValue, CAmount change_target, FastRandomContext& rng, int max_weight); - -// Get coin selection waste for a map of asset->amount. -// [[nodiscard]] CAmount GetSelectionWaste(const std::set& inputs, CAmount change_cost, const CAmountMap& target_map, bool use_effective_value); } // namespace wallet #endif // BITCOIN_WALLET_COINSELECTION_H