Rename CryptedSpendingKeyMap -> CryptedSproutSpendingKeyMap

This commit is contained in:
Jack Grigg
2018-08-01 15:53:23 +01:00
parent adf2eadba2
commit e8a949c153
3 changed files with 13 additions and 14 deletions

View File

@@ -274,7 +274,7 @@ public:
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial;
typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap;
typedef std::map<libzcash::SproutPaymentAddress, std::vector<unsigned char> > CryptedSpendingKeyMap;
typedef std::map<libzcash::SproutPaymentAddress, std::vector<unsigned char> > CryptedSproutSpendingKeyMap;
//! Sapling
typedef std::map<libzcash::SaplingFullViewingKey, std::vector<unsigned char> > CryptedSaplingSpendingKeyMap;