MCPcopy 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
1506bool CWallet::IsHDEnabled() const
1507{
1508 return !hdChain.seed_id.IsNull();
1509}
1510
1511void CWallet::SetWalletFlag(uint64_t flags)
1512{

Callers 3

sethdseedFunction · 0.80
CreateWalletFromFileMethod · 0.80
hdEnabledMethod · 0.80

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected