Move GenerateNewKey back to CWallet

This commit is contained in:
Pieter Wuille
2012-02-18 15:02:36 +01:00
parent 0b807a417f
commit 9976cf070f
4 changed files with 12 additions and 12 deletions

View 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)