diff options
Diffstat (limited to 'src/keystore.h')
-rw-r--r-- | src/keystore.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/keystore.h b/src/keystore.h index 52889b184e..dd7110db58 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -143,18 +143,7 @@ public: return result; } - bool Lock() - { - if (!SetCrypted()) - return false; - - { - LOCK(cs_KeyStore); - vMasterKey.clear(); - } - - return true; - } + bool Lock(); virtual bool AddCryptedKey(const std::vector<unsigned char> &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret); bool AddKey(const CKey& key); |