Rename mapNullifiersToNotes to mapSproutNullifiersToNotes.

This commit is contained in:
Simon
2018-07-25 20:08:36 -07:00
parent 618206c7d5
commit f41bf503e1
3 changed files with 18 additions and 18 deletions

View File

@@ -895,7 +895,7 @@ public:
* - Restarting the node with -reindex (which operates on a locked wallet
* but with the now-cached nullifiers).
*/
std::map<uint256, JSOutPoint> mapNullifiersToNotes;
std::map<uint256, JSOutPoint> mapSproutNullifiersToNotes;
std::map<uint256, CWalletTx> mapWallet;