| 332 | } |
| 333 | |
| 334 | bool CWallet::LoadCryptedKey(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret) |
| 335 | { |
| 336 | return CCryptoKeyStore::AddCryptedKey(vchPubKey, vchCryptedSecret); |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Update wallet first key creation time. This should be called whenever keys |