| 293 | } |
| 294 | |
| 295 | bool CWalletDB::EraseKeyStoreValue(const CKeyID& keyId) { |
| 296 | nWalletDBUpdated++; |
| 297 | return Erase(make_pair(string("keystore"), keyId)); |
| 298 | } |
| 299 | |
| 300 | bool CWalletDB::WriteCryptedKey(const CPubKey& pubkey, const std::vector<unsigned char>& vchCryptedSecret) { |
| 301 | nWalletDBUpdated++; |