MCPcopy Create free account
hub / github.com/LUX-Core/lux / LoadCryptedKey

Method LoadCryptedKey

src/wallet.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected