Refactor: rename ListLockedNotes -> ListLockedSproutNotes
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -968,7 +968,7 @@ public:
|
||||
void LockNote(const JSOutPoint& output);
|
||||
void UnlockNote(const JSOutPoint& output);
|
||||
void UnlockAllSproutNotes();
|
||||
std::vector<JSOutPoint> ListLockedNotes();
|
||||
std::vector<JSOutPoint> ListLockedSproutNotes();
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user