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

Method LoadScriptMetadata

src/wallet/wallet.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void CWallet::LoadScriptMetadata(const CScriptID& script_id, const CKeyMetadata &meta)
328{
329 AssertLockHeld(cs_wallet); // m_script_metadata
330 UpdateTimeFirstKey(meta.nCreateTime);
331 m_script_metadata[script_id] = meta;
332}
333
334bool CWallet::LoadCryptedKey(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret)
335{

Callers 1

walletdb.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected