Refactor: rename UnlockAllNotes -> UnlockAllSproutNotes

This commit is contained in:
Simon
2018-08-29 11:25:32 -07:00
parent d358d145ca
commit 9ae73247e2
3 changed files with 3 additions and 3 deletions

View File

@@ -967,7 +967,7 @@ public:
bool IsLockedNote(const JSOutPoint& outpt) const;
void LockNote(const JSOutPoint& output);
void UnlockNote(const JSOutPoint& output);
void UnlockAllNotes();
void UnlockAllSproutNotes();
std::vector<JSOutPoint> ListLockedNotes();