| 150 | } |
| 151 | |
| 152 | bool CWallet::LoadCryptedKey(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret) |
| 153 | { |
| 154 | return CCryptoKeyStore::AddCryptedKey(vchPubKey, vchCryptedSecret); |
| 155 | } |
| 156 | |
| 157 | bool CWallet::AddCScript(const CScript& redeemScript) |
| 158 | { |