Refactor: rename setLockedNotes -> setLockedSproutNotes

This commit is contained in:
Simon
2018-08-29 11:20:51 -07:00
parent edd321609c
commit d358d145ca
2 changed files with 11 additions and 11 deletions

View File

@@ -941,7 +941,7 @@ public:
CPubKey vchDefaultKey;
std::set<COutPoint> setLockedCoins;
std::set<JSOutPoint> setLockedNotes;
std::set<JSOutPoint> setLockedSproutNotes;
int64_t nTimeFirstKey;