Wrap long line and update comments

This commit is contained in:
Eirik Ogilvie-Wigley
2018-10-22 10:01:17 -06:00
parent e92414f91e
commit 095eee4f4d
2 changed files with 8 additions and 3 deletions

View File

@@ -1281,7 +1281,8 @@ public:
bool ignoreSpent=true,
bool requireSpendingKey=true);
/* Find notes filtered by payment addresses, min depth, ability to spend */
/* Find notes filtered by payment addresses, min depth, max depth, if they are spent,
if a spending key is required, and if they are locked */
void GetFilteredNotes(std::vector<CSproutNotePlaintextEntry>& sproutEntries,
std::vector<SaplingNoteEntry>& saplingEntries,
std::set<libzcash::PaymentAddress>& filterAddresses,