Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsHDEnabled
Method
IsHDEnabled
src/wallet/wallet.cpp:1506–1509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1504
}
1505
1506
bool CWallet::IsHDEnabled() const
1507
{
1508
return !hdChain.seed_id.IsNull();
1509
}
1510
1511
void CWallet::SetWalletFlag(uint64_t flags)
1512
{
Callers
3
sethdseed
Function · 0.80
CreateWalletFromFile
Method · 0.80
hdEnabled
Method · 0.80
Calls
1
IsNull
Method · 0.45
Tested by
no test coverage detected