Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsHDEnabled
Method
IsHDEnabled
src/wallet/scriptpubkeyman.cpp:1212–1216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1210
}
1211
1212
bool DescriptorScriptPubKeyMan::IsHDEnabled() const
1213
{
1214
LOCK(cs_desc_man);
1215
return m_wallet_descriptor.descriptor->IsRange();
1216
}
1217
1218
bool DescriptorScriptPubKeyMan::CanGetAddresses(bool internal) const
1219
{
Callers
nothing calls this directly
Calls
1
IsRange
Method · 0.45
Tested by
no test coverage detected