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

Method isLegacy

src/wallet/interfaces.cpp:488–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 RemoveWallet(m_context, m_wallet, false /* load_on_start */);
487 }
488 bool isLegacy() override { return m_wallet->IsLegacy(); }
489 std::unique_ptr<Handler> handleUnload(UnloadFn fn) override
490 {
491 return MakeHandler(m_wallet->NotifyUnload.connect(fn));

Callers 1

setBalanceMethod · 0.80

Calls 1

IsLegacyMethod · 0.80

Tested by

no test coverage detected