|
|
@ -66,6 +66,8 @@ public: |
|
|
|
std::vector<unsigned char> vchDefaultKey; |
|
|
|
std::vector<unsigned char> vchDefaultKey; |
|
|
|
|
|
|
|
|
|
|
|
// keystore implementation
|
|
|
|
// keystore implementation
|
|
|
|
|
|
|
|
// Generate a new key
|
|
|
|
|
|
|
|
std::vector<unsigned char> GenerateNewKey(); |
|
|
|
// Adds a key to the store, and saves it to disk.
|
|
|
|
// Adds a key to the store, and saves it to disk.
|
|
|
|
bool AddKey(const CKey& key); |
|
|
|
bool AddKey(const CKey& key); |
|
|
|
// Adds a key to the store, without saving it to disk (used by LoadWallet)
|
|
|
|
// Adds a key to the store, without saving it to disk (used by LoadWallet)
|
|
|
|