aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.h
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2022-08-19 22:31:49 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2023-03-08 10:32:30 -0300
commit8a5583131ce78cd748e2279eb9331321e4ef2aa3 (patch)
treeb6b5be571181d1cdb90a80c903a4c7643c2e0cc8 /src/wallet/coinselection.h
parent8471967d7be0804665fdf94a9a841b1c56598b3c (diff)
downloadbitcoin-8a5583131ce78cd748e2279eb9331321e4ef2aa3.tar.xz
wallet: remove unused methods
CWallet::DummySignTx, OutputGroupTypeMap::find
Diffstat (limited to 'src/wallet/coinselection.h')
-rw-r--r--src/wallet/coinselection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/coinselection.h b/src/wallet/coinselection.h
index cd03b7d224..dbe01a08fe 100644
--- a/src/wallet/coinselection.h
+++ b/src/wallet/coinselection.h
@@ -263,8 +263,6 @@ struct OutputGroupTypeMap
// Based on the insert flag; appends group to the 'mixed_group' and, if value > 0, to the 'positive_group'.
// This affects both; the groups filtered by type and the overall groups container.
void Push(const OutputGroup& group, OutputType type, bool insert_positive, bool insert_mixed);
- // Retrieves 'Groups' filtered by type
- std::optional<Groups> Find(OutputType type);
// Different output types count
size_t TypesCount() { return groups_by_type.size(); }
};