Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ IsHDEnabled
Method
IsHDEnabled
src/wallet.cpp:1365–1369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1363
}
1364
1365
bool CWallet::IsHDEnabled()
1366
{
1367
CHDChain hdChainCurrent;
1368
return GetHDChain(hdChainCurrent);
1369
}
1370
1371
isminetype CWallet::IsMine(const CTxIn& txin) const
1372
{
Callers
3
keypoolrefill
Function · 0.80
AppInit2
Function · 0.80
hdEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected