MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / EraseKeyStoreValue

Method EraseKeyStoreValue

src/wallet/walletdb.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

CleanAllMethod · 0.80
RemoveKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected