mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
refactor: post Optional<> removal cleanups
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
|
||||
#include <wallet/coinselection.h>
|
||||
|
||||
#include <optional>
|
||||
#include <policy/feerate.h>
|
||||
#include <util/system.h>
|
||||
#include <util/moneystr.h>
|
||||
|
||||
#include <optional>
|
||||
|
||||
// Descending order comparator
|
||||
struct {
|
||||
bool operator()(const OutputGroup& a, const OutputGroup& b) const
|
||||
|
||||
Reference in New Issue
Block a user