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

Method load

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

Source from the content-addressed store, hash-verified

547 }
548 bool verify() override { return VerifyWallets(m_context); }
549 bool load() override { return LoadWallets(m_context); }
550 void start(CScheduler& scheduler) override { return StartWallets(m_context, scheduler); }
551 void flush() override { return FlushWallets(m_context); }
552 void stop() override { return StopWallets(m_context); }

Callers

nothing calls this directly

Calls 1

LoadWalletsFunction · 0.85

Tested by

no test coverage detected