MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddInactiveHDChain

Method AddInactiveHDChain

src/wallet/scriptpubkeyman.cpp:977–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977void LegacyScriptPubKeyMan::AddInactiveHDChain(const CHDChain& chain)
978{
979 LOCK(cs_KeyStore);
980 assert(!chain.seed_id.IsNull());
981 m_inactive_hd_chains[chain.seed_id] = chain;
982}
983
984bool LegacyScriptPubKeyMan::HaveKey(const CKeyID &address) const
985{

Callers 1

LoadWalletMethod · 0.80

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected