Refactor: rename ListLockedNotes -> ListLockedSproutNotes

This commit is contained in:
Simon
2018-08-29 11:26:39 -07:00
parent 9ae73247e2
commit 0f62cacf0c
2 changed files with 2 additions and 2 deletions

View File

@@ -3851,7 +3851,7 @@ bool CWallet::IsLockedNote(const JSOutPoint& outpt) const
return (setLockedSproutNotes.count(outpt) > 0);
}
std::vector<JSOutPoint> CWallet::ListLockedNotes()
std::vector<JSOutPoint> CWallet::ListLockedSproutNotes()
{
AssertLockHeld(cs_wallet); // setLockedSproutNotes
std::vector<JSOutPoint> vOutpts(setLockedSproutNotes.begin(), setLockedSproutNotes.end());