Remove GetUnspentFilteredNotes

This commit is contained in:
Eirik Ogilvie-Wigley
2018-10-09 12:44:45 -06:00
parent ef27d7e4b3
commit e92414f91e
3 changed files with 1 additions and 123 deletions

View File

@@ -1290,14 +1290,6 @@ public:
bool ignoreSpent=true,
bool requireSpendingKey=true,
bool ignoreLocked=true);
/* Find unspent notes filtered by payment address, min depth and max depth */
void GetUnspentFilteredNotes(std::vector<CSproutNotePlaintextEntry>& sproutEntries,
std::vector<SaplingNoteEntry>& saplingEntries,
std::set<libzcash::PaymentAddress>& filterAddresses,
int minDepth=1,
int maxDepth=INT_MAX,
bool requireSpendingKey=true);
};
/** A key allocated from the key pool. */