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

Method LoadHDChain

src/wallet/scriptpubkeyman.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void LegacyDataSPKM::LoadHDChain(const CHDChain& chain)
372{
373 LOCK(cs_KeyStore);
374 m_hd_chain = chain;
375}
376
377void LegacyDataSPKM::AddInactiveHDChain(const CHDChain& chain)
378{

Callers 2

LoadHDChainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected