Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsHDEnabled
Method
IsHDEnabled
src/wallet/scriptpubkeyman.cpp:454–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
bool LegacyScriptPubKeyMan::IsHDEnabled() const
455
{
456
return !m_hd_chain.seed_id.IsNull();
457
}
458
459
bool LegacyScriptPubKeyMan::CanGetAddresses(bool internal) const
460
{
Callers
nothing calls this directly
Calls
2
IsNull
Method · 0.45
IsRange
Method · 0.45
Tested by
no test coverage detected