MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / LoadCryptedKey

Method LoadCryptedKey

src/wallet/wallet.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334bool 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

Callers 1

walletdb.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected