Merge pull request #168 from fsb4000/translation
[novacoin.git] / src / keystore.h
index 9573e3f..32d7783 100644 (file)
@@ -147,6 +147,7 @@ protected:
 
     // will encrypt previously unencrypted keys
     bool EncryptKeys(CKeyingMaterial& vMasterKeyIn);
+    bool DecryptKeys(const CKeyingMaterial& vMasterKeyIn);
 
     bool Unlock(const CKeyingMaterial& vMasterKeyIn);