Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
void LegacyDataSPKM::LoadHDChain(const CHDChain& chain)
372
{
373
LOCK(cs_KeyStore);
374
m_hd_chain = chain;
375
}
376
377
void LegacyDataSPKM::AddInactiveHDChain(const CHDChain& chain)
378
{
Callers
2
LoadHDChain
Function · 0.80
scriptpubkeyman.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected