MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetHDChain

Method GetHDChain

src/crypter.cpp:517–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517bool CCryptoKeyStore::GetHDChain(CHDChain& hdChainRet) const
518{
519 if(IsCrypted()) {
520 hdChainRet = cryptedHDChain;
521 return !cryptedHDChain.IsNull();
522 }
523
524 hdChainRet = hdChain;
525 return !hdChain.IsNull();
526}

Callers 4

getwalletinfoFunction · 0.45
validateaddressFunction · 0.45
dumphdinfoFunction · 0.45
dumpwalletFunction · 0.45

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected