wallet: Store Sapling key metadata indexed by ivk

Closes #3426.
This commit is contained in:
Jack Grigg
2018-08-27 16:47:17 +01:00
parent e2416930ea
commit a4ac4fc3f4
3 changed files with 17 additions and 9 deletions

View File

@@ -846,7 +846,7 @@ public:
std::set<int64_t> setKeyPool;
std::map<CKeyID, CKeyMetadata> mapKeyMetadata;
std::map<libzcash::SproutPaymentAddress, CKeyMetadata> mapZKeyMetadata;
std::map<libzcash::SaplingPaymentAddress, CKeyMetadata> mapSaplingZKeyMetadata;
std::map<libzcash::SaplingIncomingViewingKey, CKeyMetadata> mapSaplingZKeyMetadata;
typedef std::map<unsigned int, CMasterKey> MasterKeyMap;
MasterKeyMap mapMasterKeys;