| 376 | } |
| 377 | |
| 378 | bool CWallet::LoadCryptedKey(const CPubKey& vchPubKey, const std::vector<unsigned char>& vchCryptedSecret) |
| 379 | { |
| 380 | return CCryptoKeyStore::AddCryptedKey(vchPubKey, vchCryptedSecret); |
| 381 | } |
| 382 | |
| 383 | bool CWallet::AddCScript(const CScript& redeemScript) |
| 384 | { |