wallet: remove unused methods

CWallet::DummySignTx, OutputGroupTypeMap::find
This commit is contained in:
furszy
2022-08-19 22:31:49 -03:00
parent 8471967d7b
commit 8a5583131c
3 changed files with 0 additions and 15 deletions

View File

@@ -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(); }
};