Merge pull request #853 from laanwj/2012_02_altminimizetray
[novacoin.git] / src / wallet.h
index 622ff97..fea3297 100644 (file)
@@ -66,6 +66,8 @@ public:
     std::vector<unsigned char> vchDefaultKey;
 
     // keystore implementation
+    // Generate a new key
+    std::vector<unsigned char> GenerateNewKey();
     // Adds a key to the store, and saves it to disk.
     bool AddKey(const CKey& key);
     // Adds a key to the store, without saving it to disk (used by LoadWallet)