MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsHDEnabled

Method IsHDEnabled

src/wallet/scriptpubkeyman.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454bool LegacyScriptPubKeyMan::IsHDEnabled() const
455{
456 return !m_hd_chain.seed_id.IsNull();
457}
458
459bool LegacyScriptPubKeyMan::CanGetAddresses(bool internal) const
460{

Callers

nothing calls this directly

Calls 2

IsNullMethod · 0.45
IsRangeMethod · 0.45

Tested by

no test coverage detected