Check for unencrypted Sapling keys in CCryptoKeyStore::SetCrypted()

This commit is contained in:
Jack Grigg
2018-08-01 16:05:22 +01:00
parent 0adba6789b
commit 4a89221ffc
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ private:
CKeyingMaterial vMasterKey;
//! if fUseCrypto is true, mapKeys and mapSpendingKeys must be empty
//! if fUseCrypto is true, mapKeys, mapSpendingKeys, and mapSaplingSpendingKeys must be empty
//! if fUseCrypto is false, vMasterKey must be empty
bool fUseCrypto;