MCPcopy 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
1365bool CWallet::IsHDEnabled()
1366{
1367 CHDChain hdChainCurrent;
1368 return GetHDChain(hdChainCurrent);
1369}
1370
1371isminetype CWallet::IsMine(const CTxIn& txin) const
1372{

Callers 3

keypoolrefillFunction · 0.80
AppInit2Function · 0.80
hdEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected