Rename GetUnspentNotes to GetFilteredNotes
Added parameter to ignore spent notes, which is true by default.
This commit is contained in:
@@ -905,7 +905,7 @@ public:
|
||||
void SetBroadcastTransactions(bool broadcast) { fBroadcastTransactions = broadcast; }
|
||||
|
||||
/* Find unspent notes, filter by payment address, min depth */
|
||||
bool GetUnspentNotes(std::vector<CNotePlaintextEntry> & outEntries, std::string address, size_t minDepth);
|
||||
bool GetFilteredNotes(std::vector<CNotePlaintextEntry> & outEntries, std::string address, size_t minDepth, bool ignoreSpent=false);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user