mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
remove commented out redundant forward declaration
(cherry picked from commit 9565b6064dbbb3733107a0ee03c8a52881773487)
This commit is contained in:
parent
a1bb0dd675
commit
00550f3014
1 changed files with 0 additions and 3 deletions
|
|
@ -468,9 +468,6 @@ util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& groups, c
|
|||
// Knapsack that delegates for every asset individually.
|
||||
util::Result<SelectionResult> KnapsackSolver(std::vector<OutputGroup>& 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<COutput>& inputs, CAmount change_cost, const CAmountMap& target_map, bool use_effective_value);
|
||||
} // namespace wallet
|
||||
|
||||
#endif // BITCOIN_WALLET_COINSELECTION_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue