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

Method hdEnabled

src/qt/walletmodel.cpp:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817bool WalletModel::hdEnabled() const
818{
819 return wallet->IsHDEnabled();
820}
821
822bool WalletModel::isMine(CTxDestination address)
823{

Callers 2

setWalletModelMethod · 0.80
acceptMethod · 0.80

Calls 1

IsHDEnabledMethod · 0.80

Tested by

no test coverage detected