mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Move GenerateNewKey back to CWallet
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user