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

Method LoadCryptedKey

src/wallet/wallet.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected