]> Git Repo - VerusCoin.git/blobdiff - src/wallet/wallet.h
Fix incorrect default value for argument of GetFilteredNotes.
[VerusCoin.git] / src / wallet / wallet.h
index b15d05490e5a16936d82cc6982b5bbd4b38c7582..1bfb757921d39f4983471a3b266c994e7151b954 100644 (file)
@@ -904,8 +904,8 @@ public:
     /** Set whether this wallet broadcasts transactions. */
     void SetBroadcastTransactions(bool broadcast) { fBroadcastTransactions = broadcast; }
     
-    /* Find unspent notes, filter by payment address, min depth */
-    bool GetFilteredNotes(std::vector<CNotePlaintextEntry> & outEntries, std::string address, size_t minDepth, bool ignoreSpent=false);
+    /* Find notes filtered by payment address, min depth, ability to spend */
+    bool GetFilteredNotes(std::vector<CNotePlaintextEntry> & outEntries, std::string address, size_t minDepth, bool ignoreSpent=true);
     
 };
 
This page took 0.023943 seconds and 4 git commands to generate.