MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / AddInactiveHDChain

Method AddInactiveHDChain

src/wallet/scriptpubkeyman.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void LegacyDataSPKM::AddInactiveHDChain(const CHDChain& chain)
378{
379 LOCK(cs_KeyStore);
380 assert(!chain.seed_id.IsNull());
381 m_inactive_hd_chains[chain.seed_id] = chain;
382}
383
384bool LegacyDataSPKM::HaveKey(const CKeyID &address) const
385{

Callers 2

walletdb.cppFile · 0.80

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected